Browse Source

add douban

Zhang Li 2 năm trước cách đây
mục cha
commit
777ab148c9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Dockerfile.dev

+ 1 - 1
Dockerfile.dev

@@ -73,7 +73,7 @@ FROM builder1 as builder2
 WORKDIR /workspace
 
 COPY --from=builder-fe /src/dist  dist
-RUN /opt/conda/bin/pip install dist/*.whl
+RUN /opt/conda/bin/pip install dist/*.whl -i https://pypi.douban.com/simple
 RUN /opt/conda/bin/pip install jupyterlab-language-pack-zh-CN -i https://pypi.douban.com/simple
 RUN mamba install nodejs
 RUN /opt/conda/bin/jupyter lab --generate-config && \