Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geosphere-api
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
cspp_geo
geosphere
geosphere-api
Merge requests
!10
Update to Python 3.12
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update to Python 3.12
update-deps
into
main
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
David Hoese
requested to merge
update-deps
into
main
11 months ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
Just update various dependencies.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
e39618c7
1 commit,
11 months ago
2 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Dockerfile
+
2
−
2
Options
FROM
python:3.1
1
-slim
AS
compile-image
FROM
python:3.1
2
-slim
AS
compile-image
RUN
apt-get update
RUN
apt-get
install
-y
--no-install-recommends
git
# We're only using the root user, pip shouldn't warn about it
@@ -16,7 +16,7 @@ COPY .git/ .git/
COPY
geosphere_api/ geosphere_api/
RUN
pip
install
--user
.
-r
requirements.txt
FROM
python:3.1
1
-slim
AS
build-image
FROM
python:3.1
2
-slim
AS
build-image
COPY
--from=compile-image /root/.local /root/.local
# Make sure scripts in .local are usable:
Loading