Spaces:
Sleeping
Sleeping
Upload Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,7 +29,7 @@ RUN git lfs install && git lfs pull
|
|
29 |
# Also, install Flask and av as specified
|
30 |
RUN pip install --upgrade pip && \
|
31 |
pip install --upgrade -r requirements.txt --no-cache-dir && \
|
32 |
-
pip install flask av boto3 flask_dance
|
33 |
|
34 |
# Move PyTorch model weights into the weights directory if necessary
|
35 |
RUN mv *.pth weights/ || echo "No weights to move"
|
|
|
29 |
# Also, install Flask and av as specified
|
30 |
RUN pip install --upgrade pip && \
|
31 |
pip install --upgrade -r requirements.txt --no-cache-dir && \
|
32 |
+
pip install flask av boto3 flask_dance runpod
|
33 |
|
34 |
# Move PyTorch model weights into the weights directory if necessary
|
35 |
RUN mv *.pth weights/ || echo "No weights to move"
|