Skip to content

Commit

Permalink
add: xlsxwriter
Browse files Browse the repository at this point in the history
  • Loading branch information
minostauros committed Jan 16, 2025
1 parent 0fd0124 commit 71bfd85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ RUN echo "Asia/Seoul" > /etc/timezone && \
# Neural Rendering related
pip${PYTHON_VERSION} install configargparse lpips && \
# VLMEvalKit
pip${PYTHON_VERSION} install sentencepiece validators python-dotenv sty && \
pip${PYTHON_VERSION} install sentencepiece validators python-dotenv sty xlsxwriter && \
# Huggingface (pytorch >= 1.13.0 for bettertransformer)
pip${PYTHON_VERSION} install transformers tokenizers datasets accelerate \
optimum huggingface_hub huggingface_hub[cli,torch] diffusers[torch] \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ RUN echo "Asia/Seoul" > /etc/timezone && \
# Neural Rendering related
pip${PYTHON_VERSION} install configargparse lpips && \
# VLMEvalKit
pip${PYTHON_VERSION} install sentencepiece validators python-dotenv sty && \
pip${PYTHON_VERSION} install sentencepiece validators python-dotenv sty xlsxwriter && \
# Huggingface (pytorch >= 1.13.0 for bettertransformer)
pip${PYTHON_VERSION} install transformers tokenizers datasets accelerate \
optimum huggingface_hub huggingface_hub[cli,torch] diffusers[torch] \
Expand Down

0 comments on commit 71bfd85

Please sign in to comment.