Skip to content

Commit

Permalink
feat(language/python): add ipynb package
Browse files Browse the repository at this point in the history
  • Loading branch information
Zitrone44 committed Nov 4, 2024
1 parent c42522e commit 28cdd7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions language/python/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ SETUP:
ARG NAMESPACE=base
ARG VERSION=3.11
ARG ADDITIONAL_PACKAGES
ARG ADDITIONAL_PIP_PACKAGES
ARG COMPUTE_SPECIFIC_CHANNELS
ARG COMPUTE_SPECIFIC_PACKAGES
RUN micromamba install -n $NAMESPACE -c pytorch -c conda-forge $COMPUTE_SPECIFIC_CHANNELS -y \
Expand All @@ -22,6 +23,7 @@ SETUP:
mlxtend jax \
networkx ortools-python \
$ADDITIONAL_PACKAGES
RUN micromamba run -n $NAMESPACE pip install ipynb $ADDITIONAL_PIP_PACKAGES

SETUP_CPU:
FUNCTION
Expand Down

0 comments on commit 28cdd7c

Please sign in to comment.