Yuliang commited on
Commit
730ae41
1 Parent(s): db57386

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -48,7 +48,7 @@ ENV LIBRARY_PATH=${CUDA_HOME}/lib64/stubs:${LIBRARY_PATH}
48
 
49
 
50
  # Set home to the user's home directory
51
- ENV HOME=/home/user/app \
52
  PATH=/home/user/.local/bin:$PATH \
53
  PYTHONPATH=$HOME/app \
54
  PYTHONUNBUFFERED=1 \
 
48
 
49
 
50
  # Set home to the user's home directory
51
+ ENV HOME=/home/user \
52
  PATH=/home/user/.local/bin:$PATH \
53
  PYTHONPATH=$HOME/app \
54
  PYTHONUNBUFFERED=1 \