File tree 2 files changed +0
-6
lines changed 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,6 @@ if [ "$(id -u)" == 0 ]; then
121
121
done
122
122
fi
123
123
124
- # Update potentially outdated environment variables since the image build
125
- export XDG_CACHE_HOME=" /home/${NB_USER} /.cache"
126
-
127
124
# Prepend ${CONDA_DIR}/bin to sudo secure_path
128
125
sed -r " s#Defaults\s+secure_path\s*=\s*\" ?([^\" ]+)\" ?#Defaults secure_path=\" ${CONDA_DIR} /bin:\1\" #" /etc/sudoers | grep secure_path > /etc/sudoers.d/path
129
126
Original file line number Diff line number Diff line change @@ -74,9 +74,6 @@ RUN git clone https://github.com/PAIR-code/facets && \
74
74
fix-permissions "${CONDA_DIR}" && \
75
75
fix-permissions "/home/${NB_USER}"
76
76
77
- # Import matplotlib the first time to build the font cache.
78
- ENV XDG_CACHE_HOME="/home/${NB_USER}/.cache/"
79
-
80
77
RUN MPLBACKEND=Agg python -c "import matplotlib.pyplot" && \
81
78
fix-permissions "/home/${NB_USER}"
82
79
You can’t perform that action at this time.
0 commit comments