We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4c3d7 commit bbffa7aCopy full SHA for bbffa7a
docker/Dockerfile
@@ -28,9 +28,7 @@ RUN apt-get install -y --no-install-recommends git
28
# Install libraries.
29
ENV PIP_ROOT_USER_ACTION=ignore
30
RUN python -m pip install --upgrade pip
31
-RUN pip install fairscale==0.4.13
32
RUN pip install numpy==1.24.4
33
-RUN pip install immutabledict==4.1.0
34
RUN pip install sentencepiece==0.1.99
35
36
# Install from source.
0 commit comments