Skip to content

Commit 17b0e22

Browse files
committed
Update dockerfile
1 parent 8b58439 commit 17b0e22

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ RUN uv sync --all-groups --no-install-project
1818

1919
# Copy the folder `scripts` to `scripts/`
2020
# You might need multiple of these statements to copy all the folders you need for your experiment.
21-
COPY helios/ /stage/helios/
22-
COPY scripts/latent_mim.py /stage/latent_mim.py
23-
COPY scripts/galileo.py /stage/galileo.py
21+
COPY olmoearth_pretrain/ /stage/olmoearth_pretrain/
2422
ENV PYTHONPATH="${PYTHONPATH}:/stage/"
2523
RUN uv sync --all-groups --locked

0 commit comments

Comments
 (0)