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

revert

parent 6d9ec578
No related branches found
No related tags found
1 merge request!1avoid uninstalls
Pipeline #246099 passed
......@@ -28,8 +28,6 @@ stages:
GIT_SUBMODULE_DEPTH: 1
GIT_SUBMODULE_UPDATE_FLAGS: --jobs 4
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
build:
......
......@@ -4,15 +4,15 @@ FROM quay.io/jupyter/minimal-notebook:lab-4.2.5
# Fix: https://github.com/koalaman/shellcheck/wiki/SC3014
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# USER root
#
# RUN apt-get update --yes \
# && apt-get install --yes --no-install-recommends \
# git-lfs \
# && apt-get clean \
# && rm -rf /var/lib/apt/lists/*
#
# USER ${NB_UID}
USER root
RUN apt-get update --yes \
&& apt-get install --yes --no-install-recommends \
git-lfs \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
USER ${NB_UID}
# RUN mamba install --yes -c pytorch -c nvidia \
# pytorch==2.2.1 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment