This commit is contained in:
ahaas25
2025-02-23 23:27:46 -05:00
parent 94bd5c0bf7
commit 24cb406af9
18 changed files with 2090 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
FROM tensorflow/tensorflow:1.12.0-py3
ENV LANG=C.UTF-8
RUN mkdir /gpt-2
WORKDIR /gpt-2
ADD . /gpt-2
RUN pip3 install -r requirements.txt
RUN python3 download_model.py 124M
RUN python3 download_model.py 355M
RUN python3 download_model.py 774M
RUN python3 download_model.py 1558M