Skip to content

Commit

Permalink
fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruinong Tian committed Dec 24, 2024
1 parent 7e663fd commit ed824b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build_artifacts/v1/v1.11/v1.11.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ARG MAMBA_DOCKERFILE_ACTIVATE=1
RUN sudo ln -s $(which python3) /usr/bin/python

# Update npm version
RUN npm i -g npm
RUN npm update -g npm

# Configure CodeEditor - Install extensions and set preferences
RUN \
Expand Down
1 change: 1 addition & 0 deletions build_artifacts/v1/v1.11/v1.11.1/cpu.env.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ conda-forge::sasl[version='>=0.3.1,<0.4.0']
conda-forge::thrift_sasl[version='>=0.4.3,<0.5.0']
conda-forge::pyhive[version='>=0.7.0,<0.8.0']
conda-forge::python-gssapi[version='>=1.8.3,<1.9.0']
conda-forge::libmamba[version='<2.0.0']
1 change: 1 addition & 0 deletions build_artifacts/v1/v1.11/v1.11.1/gpu.env.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ conda-forge::sasl[version='>=0.3.1,<0.4.0']
conda-forge::thrift_sasl[version='>=0.4.3,<0.5.0']
conda-forge::pyhive[version='>=0.7.0,<0.8.0']
conda-forge::python-gssapi[version='>=1.8.3,<1.9.0']
conda-forge::libmamba[version='<2.0.0']

0 comments on commit ed824b9

Please sign in to comment.