Skip to content

Commit

Permalink
fixing docker ref
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator authored Feb 3, 2024
1 parent 2e33f4b commit d606d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/github-worker-cuda-12-1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Temporary, until the rwkv package is public
FROM ghcr.io/RWKV/RWKV-infctx-trainer:env-cuda-12-1
FROM ghcr.io/rwkv/rwkv-infctx-trainer:env-cuda-12-1
# FROM ghcr.io/rwkv/rwkv-infctx-trainer:env-cuda-12-1

# Install the github runner
Expand Down Expand Up @@ -38,4 +38,4 @@ ENV RUNNER_REPO_URL="https://github.com/RWKV"
# to account for the fact that we are running two runners
#
# This is only useful for high GPU, and high ram count machines
ENV RUNNER_LANE2="false"
ENV RUNNER_LANE2="false"

0 comments on commit d606d4a

Please sign in to comment.