Spaces:
Runtime error
Runtime error
user bug fix
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
@@ -59,12 +59,8 @@ ENV HOME=/home/user \
|
|
59 |
PYTHONPATH=$HOME/app \
|
60 |
PYTHONUNBUFFERED=1 \
|
61 |
SYSTEM=spaces
|
62 |
-
|
63 |
-
RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
|
64 |
-
|
65 |
# Set the working directory to the user's home directory
|
66 |
WORKDIR $HOME/app
|
67 |
-
|
68 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
69 |
COPY --chown=user . $HOME/app
|
70 |
|
|
|
59 |
PYTHONPATH=$HOME/app \
|
60 |
PYTHONUNBUFFERED=1 \
|
61 |
SYSTEM=spaces
|
|
|
|
|
|
|
62 |
# Set the working directory to the user's home directory
|
63 |
WORKDIR $HOME/app
|
|
|
64 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
65 |
COPY --chown=user . $HOME/app
|
66 |
|