Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -30,6 +30,8 @@ COPY requirements.txt .
|
|
30 |
|
31 |
# Install Python dependencies
|
32 |
RUN pip install --no-cache-dir --upgrade pip && \
|
|
|
|
|
33 |
pip install --no-cache-dir -r requirements.txt
|
34 |
|
35 |
# Copy the rest of the application
|
|
|
30 |
|
31 |
# Install Python dependencies
|
32 |
RUN pip install --no-cache-dir --upgrade pip && \
|
33 |
+
pip install --no-cache-dir numpy==1.24.3 && \
|
34 |
+
pip install --no-cache-dir torch==1.13.1 && \
|
35 |
pip install --no-cache-dir -r requirements.txt
|
36 |
|
37 |
# Copy the rest of the application
|