Skip to content

Commit

Permalink
Merge pull request #191 from rasools/OMICSINT_H24
Browse files Browse the repository at this point in the history
Update single cell lab
  • Loading branch information
rasools authored Oct 1, 2024
2 parents 806b834 + 83f1f3a commit ed56e0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions session_ml/SingleCell/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
libclang-dev \
locales \
ca-certificates \
libxml2 \
libxml2 \
libodbc1 \
libglpk-dev \
libssl-dev \
Expand Down Expand Up @@ -57,14 +57,14 @@ RUN conda env update -n base -f /tmp/SingleCell_env.yml
# Clean up Conda cache to reduce image size
RUN conda clean -afy

# Install R
# Install R 4.4.x from the Jammy repository
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9 \
&& echo 'deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/' >> /etc/apt/sources.list \
&& echo "deb https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/" >> /etc/apt/sources.list \
&& apt-get -yq update \
&& apt-get -yq install --no-install-recommends \
r-base \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get autoremove -yq && apt-get autoclean -yq

# Install necessary libraries for GLIBCXX_3.4.29
Expand Down
4 changes: 2 additions & 2 deletions session_ml/SingleCell/SingleCell_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ dependencies:
- r-signac
- r-cowplot
- r-hdf5r
- r-matrix

- r-matrix=1.7-0
- r-irlba

0 comments on commit ed56e0d

Please sign in to comment.