1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00
dockerfiles/ludwig/Dockerfile
2019-12-09 08:33:02 +08:00

5 lines
103 B
Docker

FROM tensorflow/tensorflow:latest-py3
RUN pip install ludwig[full]
WORKDIR /data
ENTRYPOINT ["ludwig"]