binary1ne commited on
Commit
4336ad6
·
verified ·
1 Parent(s): fa71592

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -62,6 +62,7 @@ USER user
62
 
63
  # All users can use /home/user as their home directory
64
  ENV HOME=/home/user
 
65
  && chmod -R 777 $HOME
66
 
67
  # Set up the Conda environment
 
62
 
63
  # All users can use /home/user as their home directory
64
  ENV HOME=/home/user
65
+ RUN mkdir $HOME/.cache $HOME/.config \
66
  && chmod -R 777 $HOME
67
 
68
  # Set up the Conda environment