jaymody / picoGPT

An unnecessarily tiny implementation of GPT-2 in NumPy.
MIT License
3.21k stars 414 forks source link

Dockerfile to build image based on python:3.10.10-slim-bullseye #5

Open argoneus opened 1 year ago

argoneus commented 1 year ago

Added Dockerfile for building a Docker image of picoGPT

jaymody commented 1 year ago

Thanks for the PR!

I'm going to leave this unmerged, want to keep the repo as minimal as possible (while the dockerfile is minimal, I'd need to document it in the README.md and also I'd need to add a .dockerignore).

argoneus commented 1 year ago

No worries!

shantanuo commented 1 year ago

Updating README is a small price to pay for a standard utility like Docker. Please consider merging because the people like me who do not notice this discussion, will write their own Dockerfile!