We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811a82d commit b2b5ad8Copy full SHA for b2b5ad8
1 file changed
assets/training/finetune_acft_hf_nlp/environments/acpt/context/Dockerfile
@@ -17,7 +17,7 @@ RUN pip install mlflow==2.20.3
17
RUN python -m nltk.downloader punkt
18
RUN python -m nltk.downloader punkt_tab
19
RUN MAX_JOBS=4 pip install flash-attn==2.7.4.post1 --no-build-isolation
20
-
+RUN pip install nltk==3.9.1 # Pinning to fix the unsafe deserialization vulnerability
21
22
# clean conda and pip caches
23
RUN rm -rf ~/.cache/pip
0 commit comments