Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
|