Skip to content

Commit

Permalink
-p flag for environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-l-p committed Apr 1, 2024
1 parent 1565b7a commit 63ec19f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN ln -s /sharpy_dir/utils/docker/* /root/
# Install SHARPy
WORKDIR /sharpy_dir/
RUN mamba activate sharpy
RUN mamba list
RUN mamba list sharpy -p
RUN git submodule update --init --recursive
RUN pip install .
RUN rm -rf build
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ dependencies:
- libgfortran
- libgcc
- libgfortran-ng
- python=3.10
- python=3.10

0 comments on commit 63ec19f

Please sign in to comment.