Skip to content

Commit 43cf469

Browse files
author
test
committed
Install toml package
Signed-off-by: test <[email protected]>
1 parent e81e574 commit 43cf469

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

large_language_model_pretraining/nemo/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ FROM ${NEMO_BASE_IMAGE} AS nemo-base-image
1818
RUN pip uninstall transformers -y
1919
RUN pip install transformers==4.47.1 blobfile==3.0.0
2020
RUN pip install prettytable==3.12.0
21+
RUN pip install toml==0.10.2
2122
RUN pip install git+https://github.com/mlcommons/[email protected]
2223

2324
# setup workspace

0 commit comments

Comments
 (0)