Skip to content

Commit

Permalink
Revert "tmp2"
Browse files Browse the repository at this point in the history
This reverts commit 90d56f3.
  • Loading branch information
manics committed Oct 22, 2023
1 parent 635570c commit ba127b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Expand Up @@ -27,9 +27,5 @@ 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 ba127b9

Please sign in to comment.