rapidsai / deeplearning

337 stars 90 forks source link

Broken container #8

Open zrecommender opened 3 years ago

zrecommender commented 3 years ago

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.