Updated argos translate to 1.1.0

This commit is contained in:
Piero Toffanin 2021-02-08 10:56:45 -05:00
commit 9191524c04
3 changed files with 15 additions and 25 deletions

View file

@ -2,9 +2,6 @@ FROM python:3.8
WORKDIR /app
# This expects the models submodule to be present
COPY models models
RUN pip install --upgrade pip
# Avoid rebuilding this step if no changes to requirements.txt