Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
KellerJordan committed Dec 31, 2024
1 parent 92aa0c0 commit aec15c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ WORKDIR /modded-nanogpt
RUN python -m pip install --upgrade pip && \
pip install -r requirements.txt

RUN pip install --pre torch==2.6.0.dev20241203+cu126 --index-url https://download.pytorch.org/whl/nightly/cu126 --upgrade
RUN pip install --pre torch==2.6.0.dev20241231+cu126 --index-url https://download.pytorch.org/whl/nightly/cu126 --upgrade

CMD ["bash"]
ENTRYPOINT []

0 comments on commit aec15c2

Please sign in to comment.