Skip to content

Commit

Permalink
update torch version to 1.13.1 and docker to py3.10 (#1089)
Browse files Browse the repository at this point in the history
* update torch version to 13.1

* down to 1.13.0

* back to 1.13.1

* fix bittensor dir path (#1088)

* update substrate interface version (#1087)

* down to 1.13.0

* back to 1.13.1
  • Loading branch information
camfairchild authored Feb 14, 2023
1 parent 70d3cf6 commit d455746
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM pytorch/pytorch:1.12.0-cuda11.3-cudnn8-devel
FROM pytorch/pytorch:1.13.1-cuda11.6-cudnn8-devel

LABEL bittensor.image.authors="bittensor.com" \
bittensor.image.vendor="Bittensor" \
Expand All @@ -9,8 +9,8 @@ LABEL bittensor.image.authors="bittensor.com" \
bittensor.image.revision="${VCS_REF}" \
bittensor.image.created="${BUILD_DATE}" \
bittensor.image.documentation="https://app.gitbook.com/@opentensor/s/bittensor/"
LABEL bittensor.dependencies.versions.torch="1.12.0"
LABEL bittensor.dependencies.versions.cuda="11.3"
LABEL bittensor.dependencies.versions.torch="1.13.1"
LABEL bittensor.dependencies.versions.cuda="11.6"
ARG DEBIAN_FRONTEND=noninteractive

#nvidia key migration
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ requests==2.25.0
scalecodec>=1.2,<1.3
sentencepiece==0.1.97
termcolor==2.1.1
torch==1.12
torch==1.13.1
transformers==4.20.1
numpy==1.21.6
wheel==0.37.1
Expand Down

0 comments on commit d455746

Please sign in to comment.