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
d646f371
Unverified
Commit
d646f371
authored
4 years ago
by
Yuvi Panda
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #21 from manics/conda-forge-websockify
parents
4c3d380f
cb1c5496
No related branches found
No related tags found
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
+4
-2
4 additions, 2 deletions
environment.yml
with
7 additions
and
4 deletions
Dockerfile
+
3
−
2
View file @
d646f371
...
@@ -14,5 +14,6 @@ RUN apt-get -y update \
...
@@ -14,5 +14,6 @@ RUN apt-get -y update \
xubuntu-icon-theme
xubuntu-icon-theme
USER
$NB_USER
USER
$NB_USER
RUN
conda
install
-c
manics websockify
\
ADD
. /opt/install
&& pip install jupyter-desktop-server
RUN
cd
/opt/install
&&
\
\ No newline at end of file
conda
env
update
-n
base
--file
environment.yml
This diff is collapsed.
Click to expand it.
environment.yml
+
4
−
2
View file @
d646f371
channels
:
channels
:
-
manics
-
conda-forge
dependencies
:
dependencies
:
-
jupyter-server-proxy>=1.4
-
pip
-
websockify
-
websockify
-
pip
:
-
pip
:
-
.
-
.
\ No newline at end of file
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