nguyen-brat commited on
Commit
2d0b13d
1 Parent(s): 20f05ab
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -46,7 +46,7 @@ RUN mkdir -p /app/text-remove/.streamlit && \
46
  echo "[server]\nenableXsrfProtection = false\nenableCORS = false" > /app/text-remove/.streamlit/config.toml
47
 
48
  # Set up Craft
49
- WORKDIR /app/text-remove/CRAFT-pytorch
50
  #COPY --chown=user . $HOME/app/text-remove/CRAFT-pytorch
51
  RUN wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=1Jk4eGD7crsqCCg9C9VjCLkMN3ze8kutZ' -O "craft_mlt_25k.pth"
52
  RUN pip install gdown
 
46
  echo "[server]\nenableXsrfProtection = false\nenableCORS = false" > /app/text-remove/.streamlit/config.toml
47
 
48
  # Set up Craft
49
+ WORKDIR /app/text-remove/craft_pytorch
50
  #COPY --chown=user . $HOME/app/text-remove/CRAFT-pytorch
51
  RUN wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=1Jk4eGD7crsqCCg9C9VjCLkMN3ze8kutZ' -O "craft_mlt_25k.pth"
52
  RUN pip install gdown