Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bioroboticslab
robofish
docker
Commits
ddbc2744
Commit
ddbc2744
authored
4 years ago
by
calrama
Browse files
Options
Downloads
Patches
Plain Diff
[ubuntu] disable pip cache dir by default
parent
691ebe5d
No related branches found
No related tags found
No related merge requests found
Pipeline
#31683
failed
4 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
jupyterhub/base/Dockerfile
+7
-7
7 additions, 7 deletions
jupyterhub/base/Dockerfile
ubuntu/pip.conf
+1
-0
1 addition, 0 deletions
ubuntu/pip.conf
with
8 additions
and
7 deletions
jupyterhub/base/Dockerfile
+
7
−
7
View file @
ddbc2744
...
...
@@ -18,7 +18,7 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
openjdk-11-jre-headless
&&
\
apt-get clean
RUN
python
${
PYTHON_VERSION
}
-m
pip
--no-cache-dir
install
\
RUN
python
${
PYTHON_VERSION
}
-m
pip
install
\
jupyterlab
\
jupyterhub
\
ipympl
\
...
...
@@ -33,20 +33,20 @@ RUN python${PYTHON_VERSION} -m pip --no-cache-dir install \
jupyterlab-execute-time
\
&&
\
python
${
PYTHON_VERSION
}
-m
jupyter labextension
install
@ryantam626/jupyterlab_code_formatter
&&
\
python
${
PYTHON_VERSION
}
-m
pip
--no-cache-dir
install
jupyterlab_code_formatter
&&
\
python
${
PYTHON_VERSION
}
-m
pip
install
jupyterlab_code_formatter
&&
\
python
${
PYTHON_VERSION
}
-m
jupyter serverextension
enable
--sys-prefix
--py
jupyterlab_code_formatter
&&
\
python
${
PYTHON_VERSION
}
-m
pip
--no-cache-dir
install
black isort
&&
\
python
${
PYTHON_VERSION
}
-m
pip
--no-cache-dir
install
jupyterlab-git
&&
\
python
${
PYTHON_VERSION
}
-m
pip
install
black isort
&&
\
python
${
PYTHON_VERSION
}
-m
pip
install
jupyterlab-git
&&
\
python
${
PYTHON_VERSION
}
-m
jupyter lab build
RUN
mkdir
-p
/usr/local/venv
&&
\
python
${
PYTHON_VERSION
}
-m
venv /usr/local/venv/default
&&
\
.
/usr/local/venv/default/bin/activate
&&
\
python
${
PYTHON_VERSION
}
-m
pip
--no-cache-dir
install
--upgrade
\
python
${
PYTHON_VERSION
}
-m
pip
install
--upgrade
\
pip
==
${
PYTHON_PIP_VERSION
}
\
setuptools
==
${
PYTHON_SETUPTOOLS_VERSION
}
&&
\
pip
--no-cache-dir
install
tensorflow
==
1.15.3
&&
\
pip
--no-cache-dir
install
\
pip
install
tensorflow
==
1.15.3
&&
\
pip
install
\
wheel
\
black
\
isort
\
...
...
This diff is collapsed.
Click to expand it.
ubuntu/pip.conf
+
1
−
0
View file @
ddbc2744
...
...
@@ -2,3 +2,4 @@
extra
-
index
-
url
=
https
://
agki
-
nas01
.
imp
.
fu
-
berlin
.
de
:
30443
/
cert
= /
etc
/
ssl
/
certs
/
ca
-
certificates
.
crt
disable
-
pip
-
version
-
check
=
true
no
-
cache
-
dir
=
false
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