masanorihirano commited on
Commit
c37d135
·
verified ·
1 Parent(s): 97b53aa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ RUN pip install torch==2.5.1+cu124 --index-url https://download.pytorch.org/whl/
22
  RUN pip install -r requirements.txt
23
 
24
  COPY --link --chown=1000 ./model_pull.py /home/user/app/model_pull.py
25
- RUN python3.10 model_pull.py
26
 
27
  COPY --link --chown=1000 ./app.py /home/user/app/app.py
28
 
 
22
  RUN pip install -r requirements.txt
23
 
24
  COPY --link --chown=1000 ./model_pull.py /home/user/app/model_pull.py
25
+ RUN python3.10 model_pull.py
26
 
27
  COPY --link --chown=1000 ./app.py /home/user/app/app.py
28