Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Alphafold3
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
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
RC Data Science
community-containers
Alphafold3
Commits
e667ff8a
Commit
e667ff8a
authored
5 months ago
by
Ubuntu
Browse files
Options
Downloads
Patches
Plain Diff
Made edits to gitlab-ci.yml
parent
f17319be
No related branches found
Branches containing commit
No related tags found
1 merge request
!4
Made edits to gitlab-ci.yml
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-1
5 additions, 1 deletion
.gitlab-ci.yml
with
5 additions
and
1 deletion
.gitlab-ci.yml
+
5
−
1
View file @
e667ff8a
default
:
default
:
image
:
python:3.12-
slim
image
:
python:3.12-
bullseye
workflow
:
workflow
:
rules
:
rules
:
...
@@ -12,6 +12,7 @@ variables:
...
@@ -12,6 +12,7 @@ variables:
PIP_CACHE_DIR
:
"
${CI_PROJECT_DIR}/.cache/pip"
PIP_CACHE_DIR
:
"
${CI_PROJECT_DIR}/.cache/pip"
PIP_INDEX_URL
:
"
https://__token__:${CI_JOB_TOKEN}@gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/pypi/simple"
PIP_INDEX_URL
:
"
https://__token__:${CI_JOB_TOKEN}@gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/pypi/simple"
PIP_EXTRA_INDEX_URL
:
"
https://pypi.org/simple"
PIP_EXTRA_INDEX_URL
:
"
https://pypi.org/simple"
CXX
:
"
/usr/bin/g++"
stages
:
stages
:
-
build
-
build
...
@@ -20,6 +21,8 @@ stages:
...
@@ -20,6 +21,8 @@ stages:
build_package
:
build_package
:
stage
:
build
stage
:
build
before_script
:
-
apt-get update && apt-get install -y g++ make build-essential cmake
script
:
script
:
-
pip install --upgrade pip
-
pip install --upgrade pip
-
pip install setuptools wheel build
-
pip install setuptools wheel build
...
@@ -54,6 +57,7 @@ build_and_push_docker_image:
...
@@ -54,6 +57,7 @@ build_and_push_docker_image:
DOCKER_TLS_CERTDIR
:
"
/certs"
DOCKER_TLS_CERTDIR
:
"
/certs"
before_script
:
before_script
:
-
echo "${CI_REGISTRY_PASSWORD}" | docker login -u "${CI_REGISTRY_USER}" --password-stdin ${CI_REGISTRY}
-
echo "${CI_REGISTRY_PASSWORD}" | docker login -u "${CI_REGISTRY_USER}" --password-stdin ${CI_REGISTRY}
-
apt-get update && apt-get install -y g++ make build-essential cmake
script
:
script
:
-
echo "Building docker image and tagging as latest"
-
echo "Building docker image and tagging as latest"
-
docker pull ${DOCKER_IMAGE_NAME}:latest ||
true
-
docker pull ${DOCKER_IMAGE_NAME}:latest ||
true
...
...
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