aimstack/nmt
0
1FROM python:3.92 3WORKDIR /code4 5RUN pip install aim6 7COPY nmt_logs.tar.gz .8RUN tar -xzf nmt_logs.tar.gz9 10RUN touch /.aim_profile 11RUN chmod -R 777 /code /.aim_profile12RUN aim telemetry off13 14 15CMD ["aim", "up", "--host", "0.0.0.0", "--port", "7860", "--workers", "2"]