Spico commited on
Commit
68c4486
·
1 Parent(s): 1c5c9aa

update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -9,9 +9,9 @@ WORKDIR $HOME/app
9
  COPY --chown=user . $HOME/app
10
  RUN pip install --no-cache-dir -r $HOME/app/requirements.txt
11
  RUN mkdir -p $HOME/app/mirror_outputs/Mirror_Pretrain_AllExcluded_2/middle
12
- RUN chmod 777 $HOME/app/mirror_outputs/Mirror_Pretrain_AllExcluded_2/middle
13
  RUN mkdir -p $HOME/app/mirror_outputs/Mirror_Pretrain_AllExcluded_2/measures
14
- RUN chmod 777 $HOME/app/mirror_outputs/Mirror_Pretrain_AllExcluded_2/measures
15
 
16
  # start service
17
  EXPOSE 7860
 
9
  COPY --chown=user . $HOME/app
10
  RUN pip install --no-cache-dir -r $HOME/app/requirements.txt
11
  RUN mkdir -p $HOME/app/mirror_outputs/Mirror_Pretrain_AllExcluded_2/middle
12
+ RUN chmod -R 777 $HOME/app/mirror_outputs/Mirror_Pretrain_AllExcluded_2/middle
13
  RUN mkdir -p $HOME/app/mirror_outputs/Mirror_Pretrain_AllExcluded_2/measures
14
+ RUN chmod -R 777 $HOME/app/mirror_outputs/Mirror_Pretrain_AllExcluded_2/measures
15
 
16
  # start service
17
  EXPOSE 7860