Skip to content

Commit e8b9043

Browse files
committed
full
1 parent 8821dc6 commit e8b9043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN \
2828
apt-get -y update -qq --fix-missing && \
2929
apt-get -y install --no-install-recommends \
3030
python${PYTHON_VERSION} \
31-
python${PYTHON_VERSION}-dev \
31+
python${PYTHON_VERSION}-full \
3232
$( if [ "${PYTHON_VERSION%%.*}" -eq 3 ] && [ "${PYTHON_VERSION#*.}" -lt 10 ]; then echo "python${PYTHON_VERSION}-distutils"; fi ) \
3333
curl \
3434
wget && \

gpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN \
3434
apt-get -y update -qq --fix-missing && \
3535
apt-get -y install --no-install-recommends \
3636
python${PYTHON_VERSION} \
37-
python${PYTHON_VERSION}-dev \
37+
python${PYTHON_VERSION}-full \
3838
$( if [ "${PYTHON_VERSION%%.*}" -eq 3 ] && [ "${PYTHON_VERSION#*.}" -lt 10 ]; then echo "python${PYTHON_VERSION}-distutils"; fi ) \
3939
curl \
4040
wget && \

0 commit comments

Comments
 (0)