Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenQlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
las-nq
OpenQlab
Commits
e119ff24
Commit
e119ff24
authored
5 years ago
by
Christian Darsow-Fromm
Browse files
Options
Downloads
Patches
Plain Diff
docker updates
parent
c42b0e56
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+3
-3
3 additions, 3 deletions
Dockerfile
Pipfile
+2
-5
2 additions, 5 deletions
Pipfile
Pipfile.lock
+185
-190
185 additions, 190 deletions
Pipfile.lock
with
190 additions
and
198 deletions
Dockerfile
+
3
−
3
View file @
e119ff24
FROM
python:3.
7
FROM
python:3.
8
ENV
PYTHONUNBUFFERED 1
ENV
BUILD_PACKAGES pandoc rsync openssh-client build-essential
...
...
@@ -8,5 +8,5 @@ WORKDIR /code
RUN
apt-get update
-y
&&
apt-get
install
-y
$BUILD_PACKAGES
RUN
pip
install
pipenv
ADD
Pipfile
Pipfile.lock
/code/
RUN
pipenv
install
--dev
--system
--deploy
ADD
Pipfile /code/
RUN
pipenv
install
--dev
&&
pipenv
--rm
&&
pipenv
install
--dev
--system
--deploy
&&
rm
-r
/root/.cache/pip
*
This diff is collapsed.
Click to expand it.
Pipfile
+
2
−
5
View file @
e119ff24
...
...
@@ -15,7 +15,7 @@ mypy = "*"
pylint
=
"*"
sphinx
=
"*"
pipenv
=
"*"
black
=
"
*
"
black
=
"
=
=
19.3
b
0
"
pre-commit
=
"*"
pydocstyle
=
"*"
isort
=
"*"
...
...
@@ -27,7 +27,7 @@ rope = "*"
pyserial
=
"*"
numpy
=
"*"
scipy
=
">
=
1.1
.
0
"
pandas
=
">
=
0.23
.
3
"
pandas
=
">
=
0.23
"
matplotlib
=
"*"
tabulate
=
"*"
pytimeparse
=
"*"
...
...
@@ -46,6 +46,3 @@ DateTime = "*"
pyvisa
=
"*"
pyvisa-py
=
"*"
docutils
=
"=
=
0.15
.
2
"
[pipenv]
allow_prereleases
=
true
This diff is collapsed.
Click to expand it.
Pipfile.lock
+
185
−
190
View file @
e119ff24
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