From 25a670d8b3abf53a82ef9a2b6f553a093c5ebf4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E7=91=9E=E6=B4=8B?= <10195501410@stu.ecnu.edu.cn> Date: Tue, 27 Feb 2024 14:59:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'=E5=B7=A5=E5=85=B7&?= =?UTF-8?q?=E6=96=87=E4=BB=B6/jupyter-image-mladder/base/Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具&文件/jupyter-image-mladder/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/工具&文件/jupyter-image-mladder/base/Dockerfile b/工具&文件/jupyter-image-mladder/base/Dockerfile index 465074f..25540dd 100644 --- a/工具&文件/jupyter-image-mladder/base/Dockerfile +++ b/工具&文件/jupyter-image-mladder/base/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update \ SHELL ["/bin/bash", "-o", "pipefail", "-c"] -RUN conda install -y jupyter notebook +RUN conda install -y jupyter notebook==6.4.0 COPY notebook.html /tmp/ RUN rm /opt/conda/lib/python3.9/site-packages/notebook/templates/notebook.html \