Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LarvaTagger.jl
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
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
Nyx
LarvaTagger.jl
Commits
53f78614
Commit
53f78614
authored
10 months ago
by
François LAURENT
Browse files
Options
Downloads
Patches
Plain Diff
fix: first working Docker image
parent
e9b5b0f8
No related branches found
No related tags found
1 merge request
!22
Set of commits to be tagger v0.19
Pipeline
#136122
passed
10 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
recipes/Dockerfile.pasteurjanelia
+3
-1
3 additions, 1 deletion
recipes/Dockerfile.pasteurjanelia
with
3 additions
and
1 deletion
recipes/Dockerfile.pasteurjanelia
+
3
−
1
View file @
53f78614
...
...
@@ -8,7 +8,7 @@ ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
POETRY_VERSION=1.8.3
RUN apt-get update \
&& apt-get install --no-install-recommends -y
wget
\
&& apt-get install --no-install-recommends -y
make wget unzip
\
&& if ! command -v poetry; then \
apt-get install --no-install-recommends -y python3-dev python3-pip \
&& pip install "poetry==$POETRY_VERSION"; \
...
...
@@ -25,5 +25,7 @@ RUN cd $PROJECT_DIR \
&& git clone --depth 1 --no-tags --single-branch -b $BACKEND_BRANCH https://gitlab.pasteur.fr/nyx/PasteurJanelia-adapter PasteurJanelia \
&& cd PasteurJanelia \
&& make package \
&& rm -rf bin/matlab/2023b/bin/glnxa64/matlab_startup_plugins/matlab_graphics_ui \
&& rm -rf bin/matlab/2023b/bin/glnxa64/matlab_startup_plugins/foundation/platform/pf_matlab_integ \
&& rm -rf .git ~/.cache
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