Spaces:
Runtime error
Runtime error
Commit ·
19f4649
1
Parent(s): 6fe4742
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -2,6 +2,7 @@ FROM mcpdc-dockerhub.pegatroncorp.com/cambrian-dl-env/pega_pytorch_1.10.0__2.4.2
|
|
| 2 |
WORKDIR /app
|
| 3 |
COPY . .
|
| 4 |
EXPOSE 7860
|
|
|
|
| 5 |
RUN pip install --no-cache-dir -r req.txt
|
| 6 |
CMD ["python ./app.py"]
|
| 7 |
|
|
|
|
| 2 |
WORKDIR /app
|
| 3 |
COPY . .
|
| 4 |
EXPOSE 7860
|
| 5 |
+
RUN pip install --upgrade pip
|
| 6 |
RUN pip install --no-cache-dir -r req.txt
|
| 7 |
CMD ["python ./app.py"]
|
| 8 |
|