masanorihirano commited on
Commit
486bdbd
·
verified ·
1 Parent(s): 0fa9760

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -20,8 +20,6 @@ WORKDIR /home/user/app
20
  RUN pip install -U setuptools wheel
21
  RUN pip install torch==2.5.1+cu124 --index-url https://download.pytorch.org/whl/cu124
22
  RUN pip install -r requirements.txt
23
- RUN pip install huggingface_hub[cli]
24
- RUN python3.10 -m huggingface-cli download pfnet/plamo-2-1b
25
 
26
  COPY --link --chown=1000 ./app.py /home/user/app/app.py
27
 
 
20
  RUN pip install -U setuptools wheel
21
  RUN pip install torch==2.5.1+cu124 --index-url https://download.pytorch.org/whl/cu124
22
  RUN pip install -r requirements.txt
 
 
23
 
24
  COPY --link --chown=1000 ./app.py /home/user/app/app.py
25