|
@@ -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 && \
|