Skip to content

Commit

Permalink
Force channel
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Oct 9, 2024
1 parent 984973f commit 733d883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion d4science-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN julia -e 'import Pkg; Pkg.update()' && \
# -----------------------------------------------------------------------------


RUN mamba install -y -q \
RUN mamba install --channel conda-forge -y -q \
rdflib \
prov \
graphviz \
Expand Down
2 changes: 1 addition & 1 deletion single-user-d4science/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update \

USER $NB_UID

RUN mamba install -y --quiet \
RUN mamba install -y --quiet --channel conda-forge \
basemap \
beakerx \
xgboost \
Expand Down

0 comments on commit 733d883

Please sign in to comment.