Georg commited on
Commit
3f8ed1c
·
1 Parent(s): dea278b

Optimized Docker build to fix OOM errors

Browse files
Files changed (1) hide show
  1. 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"]