The Dockerfile specifies an entrypoint script which is not present in the container.
This particular file entrypoint.sh is present in https://github.com/rapidsai/docker, but fixing the Dockerfile to COPY the file to the right location only leads to another issue (missing conda.sh).
What is the correct way to build the container then?
Thanks.
The Dockerfile specifies an entrypoint script which is not present in the container. This particular file
entrypoint.sh
is present inhttps://github.com/rapidsai/docker
, but fixing the Dockerfile to COPY the file to the right location only leads to another issue (missingconda.sh
).What is the correct way to build the container then? Thanks.