Spaces:
Runtime error
Runtime error
Commit
·
f1d1f5d
1
Parent(s):
4e058a2
commit Docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ RUN useradd -m -u 1000 user
|
|
10 |
USER user
|
11 |
|
12 |
# Install the necessary GitHub repositories
|
13 |
-
RUN pip install git+https://github.com/lauracabayol/TEMPS.git
|
14 |
RUN pip install -e /home/user/TEMPS
|
15 |
|
16 |
# Set environment variables for the user
|
|
|
10 |
USER user
|
11 |
|
12 |
# Install the necessary GitHub repositories
|
13 |
+
RUN pip install git+https://github.com/lauracabayol/TEMPS.git
|
14 |
RUN pip install -e /home/user/TEMPS
|
15 |
|
16 |
# Set environment variables for the user
|