瀏覽代碼

add douban

Zhang Li 2 年之前
父節點
當前提交
777ab148c9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 && \