Invoke 2.2.3 (#250)

lstein:
5c31feb3a1
This commit is contained in:
AbdBarho 2022-12-03 13:36:18 +01:00 committed by GitHub
parent 8df9d10a58
commit f1a1641add
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 29 additions and 18 deletions

View file

@ -35,6 +35,8 @@ conda env update --file environment.yaml -n base
conda clean -a -y
EOF
RUN pip install transformers==4.24.0
# add info
COPY . /docker/
RUN <<EOF