Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
blog.limos.fr
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Vincent MAZENOD
blog.limos.fr
Commits
f09733e3
Commit
f09733e3
authored
2 years ago
by
Vincent Mazenod
Browse files
Options
Downloads
Patches
Plain Diff
fix math_render
parent
d7025cbc
No related branches found
No related tags found
1 merge request
!4
Working docker
Pipeline
#9318
failed
2 years ago
Stage: build
Stage: deploy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.docker/build/python/Dockerfile
+1
-0
1 addition, 0 deletions
.docker/build/python/Dockerfile
.docker/scripts/python/command.dev.sh
+2
-0
2 additions, 0 deletions
.docker/scripts/python/command.dev.sh
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
with
8 additions
and
0 deletions
.docker/build/python/Dockerfile
+
1
−
0
View file @
f09733e3
...
...
@@ -3,6 +3,7 @@ FROM debian:stable
RUN
apt-get update
&&
apt-get
install
-y
--no-install-recommends
\
python3
\
python3-pip
\
git
\
locales
\
rsync
\
&&
\
...
...
This diff is collapsed.
Click to expand it.
.docker/scripts/python/command.dev.sh
+
2
−
0
View file @
f09733e3
git submodule init
git submodule update
--recursive
--remote
sed
-i
's/\$port &/\$port/g'
./develop_server.sh
chmod
+x develop_server.sh
export
PATH
=
/root/.local/bin:
$PATH
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
2
−
0
View file @
f09733e3
...
...
@@ -12,6 +12,8 @@ build:
image
:
docker.isima.fr/vimazeno/pelican_perso_python
stage
:
build
script
:
-
git submodule init
-
git submodule update --recursive --remote
-
PATH=/root/.local/bin:$PATH pelican
deploy
:
...
...
This diff is collapsed.
Click to expand it.
.gitmodules
0 → 100644
+
3
−
0
View file @
f09733e3
[submodule "plugins/math_render"]
path = plugins/math_render
url = https://github.com/barrysteyn/pelican_plugin-render_math.git
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