kt-test-account commited on
Commit
71736ce
·
1 Parent(s): 7fce61a

Update script.py

Browse files
Files changed (1) hide show
  1. script.py +2 -0
script.py CHANGED
@@ -10,6 +10,8 @@ import io
10
  # However, during the evaluation the container will not have access to the internet.
11
  # So you must include everything you need in your model repo. Common python libraries will be installed.
12
  # Feel free to contact us to add dependencies to the requiremnts.txt
 
 
13
 
14
  from models import Model
15
  from preprocess import preproccess
 
10
  # However, during the evaluation the container will not have access to the internet.
11
  # So you must include everything you need in your model repo. Common python libraries will be installed.
12
  # Feel free to contact us to add dependencies to the requiremnts.txt
13
+ # For testing, this is the docker image that will be used https://github.com/huggingface/competitions/blob/main/Dockerfile
14
+ # It can be pulled here https://hub.docker.com/r/huggingface/competitions/tags
15
 
16
  from models import Model
17
  from preprocess import preproccess