Closed shortthirdman closed 1 year ago
Hi,
I fixed the proxy files copy. If it is the cause for the failure again. You can just comment out the entire section of "proxy setup" in Dockerfile unless you need auto-proxy setup.
Those dockerfile-xxxx are obsolete. And, I removed them now. The default is already OpenJDK 11 already. Hence, you don't need to use this Dockerfile-openjdk11. Just use the "Dockerfile" (it is already OpenJDK 11).
I recommend you to use openkbs/jdk11-mvn-py3 GIT for few reasons below:
Added on 2022-06-07:
And, if you are working on Deep Learning / Deep Anything requiring GPU and NVIDIA ready Container, then
Thanks @DrSnowbird . Will try out this approach.
Hi @DrSnowbird ,
I tried building the Docker image with Dockerfile-openjdk11 by running the following command:
But unfortuantely, the build failed at the setting up proxy setup with the following log:
Please let me know where I am going wrong (if any).