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 2821c53 commit 10a9940Copy full SHA for 10a9940
build-debian.sh
@@ -30,7 +30,7 @@ docker buildx build $DBO -f Dockerfile-python3-debian \
30
--build-arg DOCKER_TAG=$DOCKER_TAG .
31
echo "Built image ${BASE}/rdkit-python3-debian:$DOCKER_TAG"
32
33
-build image for java on debian
+# build image for java on debian
34
docker buildx build $DBO -f Dockerfile-java-debian \
35
--platform linux/arm64,linux/amd64 --push \
36
-t $BASE/rdkit-java-debian:$DOCKER_TAG \
0 commit comments