phuong-d-h-nguyen commited on
Commit
2414d77
1 Parent(s): 9b148bc

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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 torch
 
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"]