aml-run/Dockerfile

7 строки
120 B
Docker

FROM marvinbuss/aml-docker:latest
LABEL maintainer="azure/gh-aml"
COPY /code /code
ENTRYPOINT ["/code/entrypoint.sh"]