Spaces:
Runtime error
Runtime error
Commit
·
a1f52fb
1
Parent(s):
8086b69
commit Docker
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -10,7 +10,8 @@ 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 python -c "import 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 |
+
pip show temps
|
15 |
RUN python -c "import temps"
|
16 |
|
17 |
# Set environment variables for the user
|