Skip to content

Commit

Permalink
feat: add keras mlxtend and jax
Browse files Browse the repository at this point in the history
  • Loading branch information
Zitrone44 committed Sep 16, 2024
1 parent 054ee80 commit 43503d5
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 @@ -9,6 +9,7 @@ SETUP:
ARG COMPUTE_SPECIFIC_PACKAGES
RUN micromamba install -n $NAMESPACE -c pytorch -c conda-forge $COMPUTE_SPECIFIC_CHANNELS -y \
python=$VERSION pytorch torchvision torchaudio $COMPUTE_SPECIFIC_PACKAGES \
tensorflow keras \
lightning torchinfo tensorboard tensorboardx \
transformers diffusers datasets accelerate evaluate optimum \
sentence-transformers einops \
Expand All @@ -18,6 +19,7 @@ SETUP:
gradio streamlit \
d2l beautifulsoup4 langdetect spacy mastodon.py \
fastai::opencv-python-headless \
mlxtend jax \
$ADDITIONAL_PACKAGES

SETUP_CPU:
Expand Down

0 comments on commit 43503d5

Please sign in to comment.