We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8821dc6 commit e8b9043Copy full SHA for e8b9043
cpu/Dockerfile
@@ -28,7 +28,7 @@ RUN \
28
apt-get -y update -qq --fix-missing && \
29
apt-get -y install --no-install-recommends \
30
python${PYTHON_VERSION} \
31
- python${PYTHON_VERSION}-dev \
+ python${PYTHON_VERSION}-full \
32
$( if [ "${PYTHON_VERSION%%.*}" -eq 3 ] && [ "${PYTHON_VERSION#*.}" -lt 10 ]; then echo "python${PYTHON_VERSION}-distutils"; fi ) \
33
curl \
34
wget && \
gpu/Dockerfile
@@ -34,7 +34,7 @@ RUN \
35
36
37
38
39
40
0 commit comments