You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: