Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tutorial-mattergen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
ai-toolkit
tutorial-mattergen
Commits
6d9ec578
Commit
6d9ec578
authored
3 months ago
by
Adam Fekete
Browse files
Options
Downloads
Patches
Plain Diff
pull checkpoints
parent
8cff2704
Branches
Branches containing commit
No related tags found
1 merge request
!1
avoid uninstalls
Pipeline
#246097
failed
3 months ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
Dockerfile
+9
-9
9 additions, 9 deletions
Dockerfile
with
11 additions
and
9 deletions
.gitlab-ci.yml
+
2
−
0
View file @
6d9ec578
...
...
@@ -28,6 +28,8 @@ 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
:
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
9
−
9
View file @
6d9ec578
...
...
@@ -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 \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment