Skip to content

Commit

Permalink
submission scripts working
Browse files Browse the repository at this point in the history
  • Loading branch information
awni committed Mar 21, 2017
1 parent 5ee9f0c commit 03a44e1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions entry/dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@
# This file lists additional Debian packages that must be installed
# prior to running your entry's 'setup.sh' and 'next.sh' scripts.
# Each package must be on a separate line.

python3-tensorflow = 1.0.0-0~pn1
python3-numpy = 1:1.12.0-2~pn0
python3-protobuf = 3.2.0-0~pn1
libprotobuf10 = 3.2.0-0~pn1
python3-wheel = 0.29.0-2
python3-six = 1.10.0-3
python3-scipy
libatlas3-base
2 changes: 1 addition & 1 deletion entry/next.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ set -o pipefail
RECORD=$1

printf "$RECORD," >> answers.txt
python eval.py . $RECORD >> answers.txt
python3 eval.py . $RECORD >> answers.txt
2 changes: 1 addition & 1 deletion entry/prepare-entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ for r in `cat $validation/RECORDS`; do
done

## Make zip
cd ..
rm -r __pycache__
zip -r entry.zip entry

## Cleanup
Expand Down
File renamed without changes.

0 comments on commit 03a44e1

Please sign in to comment.