Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PyCommandCenter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Starcraft AI Course
PyCommandCenter
Commits
cbb8908a
Commit
cbb8908a
authored
8 months ago
by
Daniel de Leng
Browse files
Options
Downloads
Patches
Plain Diff
Fix CI/CD pipeline with local Docker image
parent
b1afa3b0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#133016
passed
8 months ago
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-3
2 additions, 3 deletions
.gitlab-ci.yml
Dockerfile
+6
-2
6 additions, 2 deletions
Dockerfile
with
8 additions
and
5 deletions
.gitlab-ci.yml
+
2
−
3
View file @
cbb8908a
...
...
@@ -2,7 +2,6 @@ variables:
GIT_SUBMODULE_STRATEGY
:
recursive
pages
:
#image: davidbergstrom/pycommandcenterenv
image
:
gitlab.liu.se:5000/starcraft-ai-course/pycommandcenter
stage
:
deploy
script
:
...
...
@@ -19,5 +18,5 @@ pages:
artifacts
:
paths
:
-
public
#
only
:
#
- master
only
:
-
master
This diff is collapsed.
Click to expand it.
Dockerfile
+
6
−
2
View file @
cbb8908a
FROM
ubuntu:22.04
# Sets up a Ubuntu 24.04 LTS environment with Python 3.12 suitable for building PyCommandCenter and its documentation
ENV
HOME=/root
FROM
ubuntu:24.04
LABEL
org.opencontainers.image.authors="daniel.de.leng@liu.se"
RUN
apt update
&&
apt
install
-y
build-essential cmake python3-full python3-pybind11 python3-pip python3-sphinx python3-sphinx-design
ENV
HOME=/root
WORKDIR
/root
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