Spaces:
Sleeping
Sleeping
Use HF_TOKEN secret in Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,4 +13,4 @@ RUN pip install --no-cache-dir \
|
|
| 13 |
|
| 14 |
COPY train_on_hf.py .
|
| 15 |
|
| 16 |
-
|
|
|
|
| 13 |
|
| 14 |
COPY train_on_hf.py .
|
| 15 |
|
| 16 |
+
CMD python train_on_hf.py --hf-token \$HF_TOKEN
|