Spaces:
Sleeping
Sleeping
Georg
commited on
Commit
·
3f8ed1c
1
Parent(s):
dea278b
Optimized Docker build to fix OOM errors
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -24,6 +24,6 @@ RUN cd bundlesdf/mycuda && pip install . --no-build-isolation
|
|
| 24 |
WORKDIR /app
|
| 25 |
|
| 26 |
# Copy application files (placed here so changes don't require base image rebuild)
|
| 27 |
-
COPY app.py client.py estimator.py ./
|
| 28 |
|
| 29 |
CMD ["python3", "app.py"]
|
|
|
|
| 24 |
WORKDIR /app
|
| 25 |
|
| 26 |
# Copy application files (placed here so changes don't require base image rebuild)
|
| 27 |
+
COPY app.py client.py estimator.py masks.py ./
|
| 28 |
|
| 29 |
CMD ["python3", "app.py"]
|