Update Dockerfile
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
@@ -24,9 +24,5 @@ ENV NUMBA_CACHE_DIR=/tmp/NUMBA_CACHE_DIR/
|
|
24 |
ENV MPLCONFIGDIR=/tmp/MPLCONFIGDIR/
|
25 |
ENV PATH="/opt/venv/bin:$PATH"
|
26 |
|
27 |
-
# Ensure permissions are correct for the home directory and app directory
|
28 |
-
RUN chmod -R 755 /home/user
|
29 |
-
RUN chmod -R 755 $HOME/app
|
30 |
-
|
31 |
|
32 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
24 |
ENV MPLCONFIGDIR=/tmp/MPLCONFIGDIR/
|
25 |
ENV PATH="/opt/venv/bin:$PATH"
|
26 |
|
|
|
|
|
|
|
|
|
27 |
|
28 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|