FROM pytorch/pytorch:1.0-cuda10.0-cudnn7-devel

RUN pip install mlcomp

# Set the locale
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8

CMD ["mlcomp-worker", "start"]

