aml-compute/Dockerfile

7 строки
128 B
Docker

FROM ghcr.io/marvinbuss/aml-docker:1.34.0
LABEL maintainer="azure/gh_aml"
COPY /code /code
ENTRYPOINT ["/code/entrypoint.sh"]