GreenWizard2015 commited on
Commit
1267502
1 Parent(s): b5db862

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ ENV PATH=/home/user/.local/bin:$PATH
15
  RUN git clone https://github.com/GreenWizard2015/FranNet/ && \
16
  cp -r FranNet/huggingface/* . && rm -rf FranNet/huggingface && \
17
  cp -r FranNet/* . && \
18
- rm -rf FranNet && \
19
  RUN pip install --no-cache-dir --upgrade pip
20
  RUN pip install --no-cache-dir -r requirements-huggingface.txt
21
 
 
15
  RUN git clone https://github.com/GreenWizard2015/FranNet/ && \
16
  cp -r FranNet/huggingface/* . && rm -rf FranNet/huggingface && \
17
  cp -r FranNet/* . && \
18
+ rm -rf FranNet
19
  RUN pip install --no-cache-dir --upgrade pip
20
  RUN pip install --no-cache-dir -r requirements-huggingface.txt
21