Skip to content

Commit bbffa7a

Browse files
committed
rm Dockerfile deps
1 parent 1b4c3d7 commit bbffa7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker/Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ RUN apt-get install -y --no-install-recommends git
2828
# Install libraries.
2929
ENV PIP_ROOT_USER_ACTION=ignore
3030
RUN python -m pip install --upgrade pip
31-
RUN pip install fairscale==0.4.13
3231
RUN pip install numpy==1.24.4
33-
RUN pip install immutabledict==4.1.0
3432
RUN pip install sentencepiece==0.1.99
3533

3634
# Install from source.

0 commit comments

Comments
 (0)