HoneyTian commited on
Commit
12b5af4
1 Parent(s): e6fd0e8
Files changed (2) hide show
  1. .gitignore +1 -0
  2. Dockerfile +1 -1
.gitignore CHANGED
@@ -3,6 +3,7 @@
3
  .idea/
4
 
5
  #data/
 
6
  pretrained_models/
7
  temp/
8
 
 
3
  .idea/
4
 
5
  #data/
6
+ flagged/
7
  pretrained_models/
8
  temp/
9
 
Dockerfile CHANGED
@@ -27,6 +27,6 @@ WORKDIR $HOME/app
27
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
28
  COPY --chown=user . $HOME/app
29
 
30
- RUN bash -c 'bash install.sh --stage 1 --stop_stage 1 --system_version ubuntu'
31
 
32
  CMD ["python", "main.py"]
 
27
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
28
  COPY --chown=user . $HOME/app
29
 
30
+ RUN bash -c 'bash install.sh --stage 1 --stop_stage 1'
31
 
32
  CMD ["python", "main.py"]