Skip to content

Commit

Permalink
add more wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepCowProductions committed Nov 27, 2024
1 parent 16ca7d3 commit 4f80151
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion images/deeplearningtf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ENV TF_FORCE_GPU_ALLOW_GROWTH true
# Install Huggingface and other libraries
RUN pip install \
transformers datasets tokenizers evaluate adapter-transformers diffusers accelerate \
tiktoken nltk gensim flair jiwer audiofile opencv-python tiktoken \
tiktoken nltk gensim flair jiwer audiofile opencv-python tiktoken wandb \
pymysql librosa gradio wandb Cython==0.29.36 \
&& rm -rf /tmp/* $HOME/.cache#

Expand All @@ -85,6 +85,7 @@ RUN pip install \

# optional stuff not included currently
# nemo_toolkit[all]
RUN pip install tf-keras

# see here: https://github.com/tensorflow/tensorflow/issues/58681
# bugfix for ${CUDA_DIR}/nvvm/libdevice.
Expand Down
2 changes: 1 addition & 1 deletion images/deepml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN python -m pip install lightning==2.4.0
# Install Huggingface and other libraries
RUN pip install \
transformers datasets tokenizers evaluate adapter-transformers diffusers accelerate \
tiktoken nltk gensim flair jiwer audiofile opencv-python tiktoken \
tiktoken nltk gensim flair jiwer audiofile opencv-python tiktoken wandb \
pymysql librosa gradio wandb Cython==0.29.36 \
&& rm -rf /tmp/* $HOME/.cache#

Expand Down

0 comments on commit 4f80151

Please sign in to comment.