Spaces:
Runtime error
Runtime error
Ansal
commited on
Commit
·
1eb1724
1
Parent(s):
97d87ed
handle permissions
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -7,8 +7,6 @@ WORKDIR /code
|
|
| 7 |
|
| 8 |
COPY ./requirements.txt /code/requirements.txt
|
| 9 |
|
| 10 |
-
RUN chown -R user:user /code
|
| 11 |
-
|
| 12 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 13 |
|
| 14 |
USER root
|
|
|
|
| 7 |
|
| 8 |
COPY ./requirements.txt /code/requirements.txt
|
| 9 |
|
|
|
|
|
|
|
| 10 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 11 |
|
| 12 |
USER root
|