Skip to content

Commit

Permalink
Modified Docker file and added anndata to environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FloWuenne committed Dec 18, 2023
1 parent e25b906 commit 4039216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 1 addition & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,4 @@ SHELL ["/bin/bash", "-c"]
# Activate the conda environment by default when starting a shell
# This will ensure that the conda environment's python is used
RUN echo "source activate molkart_local" > ~/.bashrc
ENV BASH_ENV ~/.bashrc

# Set the working directory
WORKDIR /local

# Copy the current directory contents into the container at /local
COPY . .
ENV BASH_ENV ~/.bashrc
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- zarr=2.3.2
- h5py
- procps-ng
- anndata
- pip
- pip:
- palom

0 comments on commit 4039216

Please sign in to comment.