Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -11,9 +11,7 @@ RUN useradd -m -u 1000 user
|
|
11 |
# Switch to the "user" user
|
12 |
USER user
|
13 |
# Set home to the user's home directory
|
14 |
-
|
15 |
-
PATH=/home/user/.local/bin:$PATH
|
16 |
-
|
17 |
RUN apt-get update && apt-get install -y libgomp1
|
18 |
|
19 |
RUN pip install -r requirements.txt
|
|
|
11 |
# Switch to the "user" user
|
12 |
USER user
|
13 |
# Set home to the user's home directory
|
14 |
+
|
|
|
|
|
15 |
RUN apt-get update && apt-get install -y libgomp1
|
16 |
|
17 |
RUN pip install -r requirements.txt
|