Browse Source

fix: Dockerfile

Zhang Li 1 year ago
parent
commit
5ad804f3d2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -1,6 +1,7 @@
 FROM SXKJ:32775/yiliocr-layout:test-2023-08-26_11-57-27
 
 WORKDIR /workspace
+RUN rm -rf ./*
 ADD requirements.txt .
 RUN ln -s  /opt/conda/bin/pip /usr/local/bin/pip
 RUN pip install -r requirements.txt -i  https://mirror.baidu.com/pypi/simple