Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ ARG LIGER_KERNEL_VERSION=0.5.4
RUN pip install --no-build-isolation --no-cache-dir liger-kernel==${LIGER_KERNEL_VERSION}

# Install direct dependencies, but not source code.
COPY mm_olmo/pyproject.toml .
COPY mm_olmo/olmo/__init__.py olmo/__init__.py
COPY mm_olmo/olmo/version.py olmo/version.py
COPY pyproject.toml .
COPY olmo/__init__.py olmo/__init__.py
COPY olmo/version.py olmo/version.py
RUN pip install --no-cache-dir '.[all]' && \
pip uninstall -y ai2-molmoact && \
rm -rf *
Expand Down Expand Up @@ -175,4 +175,4 @@ RUN /opt/conda/bin/pip install --no-cache-dir \
SHELL ["/bin/bash", "-c"]

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