Milano Hyacinthe commited on
Commit
f2d9d96
·
1 Parent(s): cee2d66

update user

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM pytorch/pytorch:latest
4
  # Create a new user
5
  RUN useradd -m -u 1000 user
6
  USER user
7
- ENV PATH="/home/user/.local/bin:$PATH"
8
 
9
  # Set the working directory inside the container
10
  WORKDIR /app
 
4
  # Create a new user
5
  RUN useradd -m -u 1000 user
6
  USER user
7
+ ENV HOME="/home/user"
8
 
9
  # Set the working directory inside the container
10
  WORKDIR /app