Spaces:
Build error
Build error
update
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,6 @@ COPY --chown=user . $HOME/app
|
|
| 15 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 16 |
|
| 17 |
RUN chmod 777 ./*
|
| 18 |
-
RUN chmod 777 %HOME/app/*
|
| 19 |
RUN chmod 777 /usr/local/lib/python3.10/site-packages/mercury/*
|
| 20 |
RUN chown -R /usr/local/lib/python3.10/site-packages
|
| 21 |
|
|
|
|
| 15 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 16 |
|
| 17 |
RUN chmod 777 ./*
|
|
|
|
| 18 |
RUN chmod 777 /usr/local/lib/python3.10/site-packages/mercury/*
|
| 19 |
RUN chown -R /usr/local/lib/python3.10/site-packages
|
| 20 |
|