Logo
Explore Help
Register Sign In
yujunjun/LLMs-from-scratch
1
0
Fork 0
You've already forked LLMs-from-scratch
mirror of https://github.com/rasbt/LLMs-from-scratch.git synced 2025-09-01 12:27:59 +00:00
Code Issues Packages Projects Releases Wiki Activity
LLMs-from-scratch/setup/03_optional-docker-environment/.devcontainer/Dockerfile

13 lines
327 B
Docker
Raw Normal View History

Updated Dockerfile with following changes: * changed CUDA files to pytorch 2.0.1 (for reproducibility) * fixed RUN command (for updating Ubuntu and installing Git)
2024-03-11 08:06:48 +00:00
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
Add devcontainer
2024-02-26 20:24:15 +08:00
Updated Dockerfile with following changes: * changed CUDA files to pytorch 2.0.1 (for reproducibility) * fixed RUN command (for updating Ubuntu and installing Git)
2024-03-11 08:06:48 +00:00
RUN apt-get update && \
apt-get upgrade -y && \
Add rsync to dockerfile
2024-04-03 20:28:02 -05:00
apt-get install -y rsync && \
Updated Dockerfile with following changes: * changed CUDA files to pytorch 2.0.1 (for reproducibility) * fixed RUN command (for updating Ubuntu and installing Git)
2024-03-11 08:06:48 +00:00
apt-get install -y git && \
updated Dockerfile and Additional Classification Finetuning Experiments (#195) * accuracy to .2f * added curl
2024-06-06 03:17:49 +02:00
apt-get install -y curl && \
Updated Dockerfile with following changes: * changed CUDA files to pytorch 2.0.1 (for reproducibility) * fixed RUN command (for updating Ubuntu and installing Git)
2024-03-11 08:06:48 +00:00
rm -rf /var/lib/apt/lists/*
Add devcontainer
2024-02-26 20:24:15 +08:00
COPY requirements.txt requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 282ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API