Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
5ed4b11
1
Parent(s):
d50f3f0
Blank
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 |
# Install Python dependencies in a virtual environment
|
31 |
RUN /home/user/.venv/bin/python -m pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
32 |
|
|
|
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
|
33 |
|