InnoLink commited on
Commit
36bb0e3
·
verified ·
1 Parent(s): 1f06ea6

Update Dockerfile

Browse files

Add line 48 to ENV
$PATH

Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -45,7 +45,8 @@ USER user
45
 
46
  # All users can use /home/user as their home directory
47
  ENV HOME=/home/user
48
- RUN mkdir $HOME/.cache $HOME/.config \
 
49
  && chmod -R 777 $HOME
50
 
51
  # Set up the Conda environment
 
45
 
46
  # All users can use /home/user as their home directory
47
  ENV HOME=/home/user
48
+ PATH=/home/user/.local/bin:$PATH
49
+ RUN mkdir $HOME/.cache $HOME/.config $HOME/.local \
50
  && chmod -R 777 $HOME
51
 
52
  # Set up the Conda environment