zhijian commited on
Commit
916748b
·
1 Parent(s): 1b29d4e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,6 +7,6 @@ RUN useradd -m -u 1000 dj
7
  USER dj
8
  ENV HOME=/home/dj
9
  RUN cd $HOME/ && git clone https://github.com/alibaba/data-juicer.git && cd ../
10
- WORKDIR $HOME/data-juicer/demos/data_mixture
11
  RUN chown -R dj $HOME/
12
  CMD ["streamlit", "run", "app.py"]
 
7
  USER dj
8
  ENV HOME=/home/dj
9
  RUN cd $HOME/ && git clone https://github.com/alibaba/data-juicer.git && cd ../
10
+ WORKDIR $HOME/data-juicer/demos/data_process_loop
11
  RUN chown -R dj $HOME/
12
  CMD ["streamlit", "run", "app.py"]