File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ENV PATH=/usr/local/mpi/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:${PATH} \
30
30
PKG_FASTAI_VERSION=2.7.18
31
31
32
32
33
- RUN eatmydata mamba install --quiet --update-all --yes -c conda-forge \
33
+ RUN CC= "cc -mavx2" eatmydata pip install --no-cache-dir -I -U --force-reinstall \
34
34
pycuda \
35
35
"keras==$PKG_KERAS_VERSION" \
36
36
plotnine \
@@ -47,8 +47,6 @@ RUN eatmydata mamba install --quiet --update-all --yes -c conda-forge \
47
47
"xgboost==$PKG_XGBOOST_VERSION" \
48
48
"catboost==$PKG_CATBOOST_VERSION" \
49
49
sentencepiece \
50
- "fastai==$PKG_FASTAI_VERSION" \
51
- monai \
52
50
albumentations \
53
51
nvidia-ml-py \
54
52
&& mamba clean --all -f -y
@@ -58,14 +56,15 @@ RUN CC="cc -mavx2" eatmydata pip install --no-cache-dir -I -U --force-reinstall
58
56
"torch==$PKG_PYTORCH_VERSION" \
59
57
torchvision==0.21.0 \
60
58
torchaudio \
61
- opencv-python \
62
- "tensorboard-plugin-profile==2.19.0" \
63
59
pillow --index-url https://download.pytorch.org/whl/cu126 && \
64
60
jupyter lab build \
65
- rm -fr /home/notebook/.cache/yarn && \
66
- dd if=/dev/zero of=testfile bs=1M count=1024
67
-
61
+ rm -fr /home/notebook/.cache/yarn
68
62
63
+ RUN CC="cc -mavx2" eatmydata pip install --no-cache-dir -I -U --force-reinstall \
64
+ "fastai==$PKG_FASTAI_VERSION" \
65
+ monai \ && \
66
+ jupyter lab build \
67
+ rm -fr /home/notebook/.cache/yarn && \
69
68
70
69
71
70
COPY start-notebook.sh /usr/local/bin/
You can’t perform that action at this time.
0 commit comments