Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Dec 9, 2024
1 parent 8474ee8 commit 5de774f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ ghcr-image-stable : stable-image
docker push ghcr.io/allenai/olmo-core:$(STABLE_IMAGE)-v$(VERSION_SHORT)
docker tag olmo-core:$(STABLE_IMAGE) ghcr.io/allenai/olmo-core:$(STABLE_IMAGE)-v$(VERSION)
docker push ghcr.io/allenai/olmo-core:$(STABLE_IMAGE)-v$(VERSION)
docker tag olmo-core:$(STABLE_IMAGE) ghcr.io/allenai/olmo-core:latest
docker push ghcr.io/allenai/olmo-core:latest

.PHONY : beaker-image-stable
beaker-image-stable : stable-image
Expand Down
1 change: 1 addition & 0 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ RUN pip install --no-cache-dir '.[all]' && \
pip uninstall -y ai2-olmo-core && \
rm -rf *

LABEL org.opencontainers.image.source https://github.com/allenai/OLMo-core
WORKDIR /app/olmo-core

#########################################################################
Expand Down

0 comments on commit 5de774f

Please sign in to comment.