Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
shadowban-eu-backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
shadowban-eu-backend
Commits
f8897cec
Commit
f8897cec
authored
Dec 15, 2020
by
Raphael Beer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change: bump python version to 3.7
parent
414acc58
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+1
-1
bin/_venv
bin/_venv
+1
-1
bin/install.sh
bin/install.sh
+1
-1
No files found.
Dockerfile
View file @
f8897cec
FROM
python:3.
5.
7-slim-buster
FROM
python:3.7-slim-buster
RUN
mkdir
/app
ADD
. /app
...
...
bin/_venv
View file @
f8897cec
...
...
@@ -8,7 +8,7 @@ echo "OK"
if [ ! -f .venv/bin/activate ]; then
echo "Creating new venv in: ./.venv"
virtual
env ./.venv
python3 -m v
env ./.venv
fi
echo "Loading virtualenv: ./.venv"
...
...
bin/install.sh
View file @
f8897cec
#!/usr/bin/env bash
source
./_venv
source
./
bin/
_venv
echo
"Installing dependencies..."
pip3
install
-r
requirements.txt
--no-cache-dir
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment