Spaces:
Runtime error
Runtime error
phuong-d-h-nguyen
commited on
Upload folder using huggingface_hub
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
FROM python:3.9
|
2 |
ADD finetuning.py .
|
3 |
ADD finetuning_set_v1.0.json .
|
4 |
-
RUN pip install trl transformers
|
|
|
5 |
CMD ["python", "./finetuning.py"]
|
|
|
1 |
FROM python:3.9
|
2 |
ADD finetuning.py .
|
3 |
ADD finetuning_set_v1.0.json .
|
4 |
+
RUN pip install trl transformers
|
5 |
+
RUN pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
|
6 |
CMD ["python", "./finetuning.py"]
|