cerkut commited on
Commit
61e3534
·
1 Parent(s): f50eae2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- ENV HOME=/home/user \\
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