Rayugacodes commited on
Commit
6205146
·
verified ·
1 Parent(s): 97cae42

Use HF_TOKEN secret in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ RUN pip install --no-cache-dir \
13
 
14
  COPY train_on_hf.py .
15
 
16
- ENTRYPOINT ["python", "train_on_hf.py"]
 
13
 
14
  COPY train_on_hf.py .
15
 
16
+ CMD python train_on_hf.py --hf-token \$HF_TOKEN