Skip to content

Commit 1ab8b77

Browse files
committed
Polish code
test=release/1.0.0
1 parent 25ef433 commit 1ab8b77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ COPY ./paddle/scripts/docker/root/ /root/
2424

2525
RUN apt-get update && \
2626
apt-get install -y --allow-downgrades patchelf \
27+
python3 python3-dev python3-pip \
2728
git python-pip python-dev python-opencv openssh-server bison \
2829
libnccl2=2.1.2-1+cuda8.0 libnccl-dev=2.1.2-1+cuda8.0 \
2930
wget unzip unrar tar xz-utils bzip2 gzip coreutils ntp \
@@ -64,8 +65,6 @@ RUN git config --global credential.helper store
6465
# Fix locales to en_US.UTF-8
6566
RUN localedef -i en_US -f UTF-8 en_US.UTF-8
6667

67-
RUN apt-get install -y python3 python3-dev python3-pip
68-
6968
# FIXME: due to temporary ipykernel dependency issue, specify ipykernel jupyter
7069
# version util jupyter fixes this issue.
7170

0 commit comments

Comments
 (0)