Skip to content

Commit

Permalink
tmp2
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Oct 22, 2023
1 parent bc7ef71 commit 90d56f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Dockerfile
Expand Up @@ -25,5 +25,9 @@ COPY --chown=$NB_UID:$NB_GID environment.yml setup.py MANIFEST.in README.md LICE

RUN cd /opt/install && \
. /opt/conda/bin/activate && \
pwd && ls -la && \
mamba env update --quiet --file environment.yml
RUN cd /opt/install && \
. /opt/conda/bin/activate && \
pwd && \
ls -la && \
pip install .
4 changes: 2 additions & 2 deletions environment.yml
Expand Up @@ -10,5 +10,5 @@ dependencies:
- jupyterhub-singleuser
- pip
- websockify
- pip:
- .
# - pip:
# - .

0 comments on commit 90d56f3

Please sign in to comment.