mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
updated Dockerfile and Additional Classification Finetuning Experiments (#195)
* accuracy to .2f * added curl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user