Skip to content
Snippets Groups Projects
Commit 6d9ec578 authored by Adam Fekete's avatar Adam Fekete
Browse files

pull checkpoints

parent 8cff2704
Branches
No related tags found
1 merge request!1avoid uninstalls
Pipeline #246097 failed
...@@ -28,6 +28,8 @@ stages: ...@@ -28,6 +28,8 @@ stages:
GIT_SUBMODULE_DEPTH: 1 GIT_SUBMODULE_DEPTH: 1
GIT_SUBMODULE_UPDATE_FLAGS: --jobs 4 GIT_SUBMODULE_UPDATE_FLAGS: --jobs 4
before_script: before_script:
- git lfs pull -I mattergen/checkpoints/chemical_system --exclude=""
- git lfs pull -I mattergen/checkpoints/chemical_system_energy_above_hull --exclude=""
- echo "{\"auths\":{\"${CI_REGISTRY}\":{\"auth\":\"$(printf "%s:%s" "${CI_REGISTRY_USER}" "${CI_REGISTRY_PASSWORD}" | base64 | tr -d '\n')\"},\"$CI_DEPENDENCY_PROXY_SERVER\":{\"auth\":\"$(printf "%s:%s" ${CI_DEPENDENCY_PROXY_USER} "${CI_DEPENDENCY_PROXY_PASSWORD}" | base64 | tr -d '\n')\"}}}" > /kaniko/.docker/config.json - echo "{\"auths\":{\"${CI_REGISTRY}\":{\"auth\":\"$(printf "%s:%s" "${CI_REGISTRY_USER}" "${CI_REGISTRY_PASSWORD}" | base64 | tr -d '\n')\"},\"$CI_DEPENDENCY_PROXY_SERVER\":{\"auth\":\"$(printf "%s:%s" ${CI_DEPENDENCY_PROXY_USER} "${CI_DEPENDENCY_PROXY_PASSWORD}" | base64 | tr -d '\n')\"}}}" > /kaniko/.docker/config.json
build: build:
... ...
......
...@@ -4,15 +4,15 @@ FROM quay.io/jupyter/minimal-notebook:lab-4.2.5 ...@@ -4,15 +4,15 @@ FROM quay.io/jupyter/minimal-notebook:lab-4.2.5
# Fix: https://github.com/koalaman/shellcheck/wiki/SC3014 # Fix: https://github.com/koalaman/shellcheck/wiki/SC3014
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
USER root # USER root
#
RUN apt-get update --yes \ # RUN apt-get update --yes \
&& apt-get install --yes --no-install-recommends \ # && apt-get install --yes --no-install-recommends \
git-lfs \ # git-lfs \
&& apt-get clean \ # && apt-get clean \
&& rm -rf /var/lib/apt/lists/* # && rm -rf /var/lib/apt/lists/*
#
USER ${NB_UID} # USER ${NB_UID}
# RUN mamba install --yes -c pytorch -c nvidia \ # RUN mamba install --yes -c pytorch -c nvidia \
# pytorch==2.2.1 \ # pytorch==2.2.1 \
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment