Skip to content

Commit a5c4eda

Browse files
committed
Fix Dockerfile.cuda-all
1 parent 3410183 commit a5c4eda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.cuda-all

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
55
libssl-dev \
66
pkg-config \
77
&& rm -rf /var/lib/apt/lists/*
8+
RUN apt-get update && apt-get install -y python3 python3-pip
89

910
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
1011
ENV PATH="/root/.cargo/bin:${PATH}"

0 commit comments

Comments
 (0)