Skip to content

Commit f98b29f

Browse files
minor update to dockerfile (force rebuild for new altair 5.1.1)
1 parent 46a5282 commit f98b29f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ RUN pip install -U git+https://github.com/scikit-learn/scikit-learn.git@main
2828
ENV PYDEVD_DISABLE_FILE_VALIDATION=1
2929

3030
## Install various python packages
31+
# commented out for now due to various package version conflicts
32+
# installing via pip instead above
3133
#RUN mamba install --quiet --yes \
3234
# 'numpy' \
3335
# 'jinja2' \

0 commit comments

Comments
 (0)