Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
Jupyter Docker Stacks
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
Jupyter Docker Stacks
Commits
4d273b48
Commit
4d273b48
authored
Sep 23, 2018
by
Bill Major
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made Docker ags same as ENV var names
parent
6513fe75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
base-notebook/Dockerfile
base-notebook/Dockerfile
+6
-6
No files found.
base-notebook/Dockerfile
View file @
4d273b48
...
@@ -6,9 +6,9 @@
...
@@ -6,9 +6,9 @@
FROM
ubuntu:bionic-20180526@sha256:c8c275751219dadad8fa56b3ac41ca6cb22219ff117ca98fe82b42f24e1ba64e
FROM
ubuntu:bionic-20180526@sha256:c8c275751219dadad8fa56b3ac41ca6cb22219ff117ca98fe82b42f24e1ba64e
LABEL
maintainer="Jupyter Project <jupyter@googlegroups.com>"
LABEL
maintainer="Jupyter Project <jupyter@googlegroups.com>"
ARG
BUILD
_USER="jovyan"
ARG
NB
_USER="jovyan"
ARG
BUILD
_UID="1000"
ARG
NB
_UID="1000"
ARG
BUILD
_GID="100"
ARG
NB
_GID="100"
USER
root
USER
root
...
@@ -32,9 +32,9 @@ RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
...
@@ -32,9 +32,9 @@ RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
# Configure environment
# Configure environment
ENV
CONDA_DIR=/opt/conda \
ENV
CONDA_DIR=/opt/conda \
SHELL=/bin/bash \
SHELL=/bin/bash \
NB_USER=$
BUILD
_USER \
NB_USER=$
NB
_USER \
NB_UID=$
BUILD
_UID \
NB_UID=$
NB
_UID \
NB_GID=$
BUILD
_GID \
NB_GID=$
NB
_GID \
LC_ALL=en_US.UTF-8 \
LC_ALL=en_US.UTF-8 \
LANG=en_US.UTF-8 \
LANG=en_US.UTF-8 \
LANGUAGE=en_US.UTF-8
LANGUAGE=en_US.UTF-8
...
...
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