Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
Jupyter Desktop Oasys
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Panosc
Jupyter Desktop Oasys
Commits
cb1c5496
Commit
cb1c5496
authored
4 years ago
by
Simon Li
Browse files
Options
Downloads
Patches
Plain Diff
Install current HEAD from jupyter-desktop-server
parent
af47868d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+3
-2
3 additions, 2 deletions
Dockerfile
environment.yml
+1
-1
1 addition, 1 deletion
environment.yml
with
4 additions
and
3 deletions
Dockerfile
+
3
−
2
View file @
cb1c5496
...
...
@@ -14,5 +14,6 @@ RUN apt-get -y update \
xubuntu-icon-theme
USER
$NB_USER
ADD
environment.yml .
RUN
conda
env
update
-n
base
--file
environment.yml
ADD
. /opt/install
RUN
cd
/opt/install
&&
\
conda
env
update
-n
base
--file
environment.yml
This diff is collapsed.
Click to expand it.
environment.yml
+
1
−
1
View file @
cb1c5496
...
...
@@ -5,4 +5,4 @@ dependencies:
-
pip
-
websockify
-
pip
:
-
jupyter-desktop-server==0.1.3
-
.
This diff is collapsed.
Click to expand it.
Preview
0%
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