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
51c45307
Commit
51c45307
authored
5 months ago
by
Fortune Iriaye
Browse files
Options
Downloads
Plain Diff
Merge branch 'edit-gitlab-ci' into 'main'
Made edits to gitlab-ci.yml See merge request
!4
parents
5d1a3343
e667ff8a
No related branches found
Branches containing commit
No related tags found
1 merge request
!4
Made edits to gitlab-ci.yml
Pipeline
#12195
failed with stages
in 9 minutes and 16 seconds
Changes
1
Pipelines
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 @
51c45307
default
:
image
:
python:3.12-
slim
image
:
python:3.12-
bullseye
workflow
:
rules
:
...
...
@@ -12,6 +12,7 @@ variables:
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_EXTRA_INDEX_URL
:
"
https://pypi.org/simple"
CXX
:
"
/usr/bin/g++"
stages
:
-
build
...
...
@@ -20,6 +21,8 @@ stages:
build_package
:
stage
:
build
before_script
:
-
apt-get update && apt-get install -y g++ make build-essential cmake
script
:
-
pip install --upgrade pip
-
pip install setuptools wheel build
...
...
@@ -54,6 +57,7 @@ build_and_push_docker_image:
DOCKER_TLS_CERTDIR
:
"
/certs"
before_script
:
-
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
:
-
echo "Building docker image and tagging as latest"
-
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