Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 5806913

Browse files
authored
Update Dockerfile_ubuntu_experimental_cuda11
1 parent 3bea0f8 commit 5806913

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

perfzero/docker/Dockerfile_ubuntu_experimental_cuda11

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ COPY ${local_tensorflow_pip_spec} /${local_tensorflow_pip_spec}
2828
# Needed to disable prompts during installation.
2929
ENV DEBIAN_FRONTEND noninteractive
3030

31+
3132
RUN apt-get update && apt-get install -y --no-install-recommends \
3233
libfreetype6-dev \
3334
libhdf5-serial-dev \
@@ -41,6 +42,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4142

4243
# Python 3.9 related deps in this ppa.
4344
RUN add-apt-repository ppa:deadsnakes/ppa
45+
RUN apt-get install python3-9
46+
RUN apt-get install python3-pip
47+
4448

4549
# Install / update Python and Python3
4650
RUN apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)