Skip to content

Commit 809648b

Browse files
committed
Add support for python 3.8 builds
1 parent 18e7eea commit 809648b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.circleci/docker/build.sh

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,22 @@ case "$image" in
266266
VISION=yes
267267
ROCM_VERSION=5.2
268268
;;
269+
pytorch-linux-focal-rocm5.3-py3.8)
270+
ANACONDA_PYTHON_VERSION=3.8
271+
GCC_VERSION=9
272+
PROTOBUF=yes
273+
DB=yes
274+
VISION=yes
275+
ROCM_VERSION=5.3
276+
;;
277+
pytorch-linux-focal-rocm5.4-py3.8)
278+
ANACONDA_PYTHON_VERSION=3.8
279+
GCC_VERSION=9
280+
PROTOBUF=yes
281+
DB=yes
282+
VISION=yes
283+
ROCM_VERSION=5.4
284+
;;
269285
pytorch-linux-focal-py3.7-gcc7)
270286
ANACONDA_PYTHON_VERSION=3.7
271287
CMAKE_VERSION=3.16.9 # Required for precompiled header support

0 commit comments

Comments
 (0)