remove npm
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Malte Grosse 2023-10-10 14:27:32 +09:00
parent 7465f087a8
commit 322a4fea57
1 changed files with 5 additions and 3 deletions

View File

@ -12,10 +12,12 @@ RUN apt-get update --yes && \
# - bzip2 is necessary to extract the micromamba executable. # - bzip2 is necessary to extract the micromamba executable.
bzip2 \ bzip2 \
ca-certificates \ ca-certificates \
ffmpeg \
git \ git \
git-lfs \ git-lfs \
locales \ locales \
curl \ curl \
libportaudio2 \
dnsutils \ dnsutils \
sudo \ sudo \
nano \ nano \
@ -112,8 +114,8 @@ RUN CONDA_OVERRIDE_CUDA="11.2" conda install tensorflow-gpu==2.11.0 -c conda-for
RUN CONDA_OVERRIDE_CUDA="11.2" conda install -c conda-forge pytorch-gpu RUN CONDA_OVERRIDE_CUDA="11.2" conda install -c conda-forge pytorch-gpu
WORKDIR /tmp WORKDIR /tmp
RUN mamba install --quiet --yes \ RUN mamba install --quiet --yes \
# 'mathjax' \ 'mathjax' \
# 'voila' \ 'voila' \
'jupyterlab-git' \ 'jupyterlab-git' \
'numba' \ 'numba' \
'cython' \ 'cython' \
@ -126,7 +128,7 @@ RUN mamba install --quiet --yes \
'ipywebrtc' && \ 'ipywebrtc' && \
jupyter notebook --generate-config && \ jupyter notebook --generate-config && \
mamba clean --all -f -y && \ mamba clean --all -f -y && \
npm cache clean --force && \ # npm cache clean --force && \
jupyter lab clean && \ jupyter lab clean && \
rm -rf "/home/${NB_USER}/.cache/yarn" && \ rm -rf "/home/${NB_USER}/.cache/yarn" && \
fix-permissions "${CONDA_DIR}" && \ fix-permissions "${CONDA_DIR}" && \