Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
f6dc423
1
Parent(s):
5ed4b11
Up dockerfile
Browse files- gui/Dockerfile +1 -0
gui/Dockerfile
CHANGED
@@ -27,6 +27,7 @@ USER user
|
|
27 |
ENV HOME=/home/user
|
28 |
ENV PATH=/home/user/.local/bin:$PATH
|
29 |
|
|
|
30 |
|
31 |
# Install Python dependencies in a virtual environment
|
32 |
RUN /home/user/.venv/bin/python -m pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
27 |
ENV HOME=/home/user
|
28 |
ENV PATH=/home/user/.local/bin:$PATH
|
29 |
|
30 |
+
RUN python -m venv /home/user/.venv
|
31 |
|
32 |
# Install Python dependencies in a virtual environment
|
33 |
RUN /home/user/.venv/bin/python -m pip install --no-cache-dir --upgrade -r /code/requirements.txt
|