Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
StorageLeaf
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
ProjectLeaf
StorageLeaf
Compare revisions
ec43b322a4424efcfb1bbd9493bf8dd50eb99695 to 27f83f179979f844670b09658a6a581810a1f103
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ProjectLeaf/StorageLeaf
Select target project
No results found
27f83f179979f844670b09658a6a581810a1f103
Select Git revision
Swap
Target
ProjectLeaf/StorageLeaf
Select target project
ProjectLeaf/StorageLeaf
1 result
ec43b322a4424efcfb1bbd9493bf8dd50eb99695
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
change dependency installation in dockerfile
· 2d1102c2
Tobias Ullerich
authored
2 weeks ago
2d1102c2
change dependency installation in dockerfile
· 27f83f17
Tobias Ullerich
authored
2 weeks ago
27f83f17
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-2
1 addition, 2 deletions
Dockerfile
with
1 addition
and
2 deletions
Dockerfile
View file @
27f83f17
...
...
@@ -10,8 +10,7 @@ COPY . /opt/StorageLeaf
RUN
rm
-f
/opt/StorageLeaf/settings.json
WORKDIR
/opt/StorageLeaf
RUN
/root/.local/bin/poetry
install
--no-root
&&
\
/root/.local/bin/poetry cache clear
--all
.
RUN
/root/.local/bin/poetry
install
--without
dev
--no-root
RUN
ln
-s
$(
$HOME
/.local/share/pypoetry/venv/bin/poetry
env
info
-p
)
/opt/StorageLeaf/myvenv
WORKDIR
/opt/StorageLeaf/src
...
...
This diff is collapsed.
Click to expand it.