updated Dockerfile and Additional Classification Finetuning Experiments (#195)

* accuracy to .2f

* added curl
This commit is contained in:
Daniel Kleine
2024-06-06 03:17:49 +02:00
committed by GitHub
parent c6efa78325
commit ba1c1e74aa
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y rsync && \
apt-get install -y git && \
apt-get install -y curl && \
rm -rf /var/lib/apt/lists/*
COPY requirements.txt requirements.txt