Skip to content

Commit

Permalink
Merge pull request #391 from NIEHS/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
JoQCcoz authored Feb 26, 2025
2 parents 6a7a40e + e4f98d2 commit ee2cb89
Show file tree
Hide file tree
Showing 167 changed files with 3,517 additions and 3,170 deletions.
14 changes: 6 additions & 8 deletions Docker/Dockerfile-base
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
FROM nvidia/cuda:12.1.0-base-ubuntu20.04
FROM ubuntu:24.04

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install -y \
python3-dev default-libmysqlclient-dev build-essential wget libglib2.0-0 ffmpeg libsm6 libxext6 curl mariadb-server git && \
python3-dev default-libmysqlclient-dev build-essential wget libglib2.0-0 ffmpeg libsm6 libxext6 curl mariadb-server git pkg-config && \
apt-get clean && rm -rf /var/cache/apt/lists

# RUN wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh && \
# bash Miniconda3-latest-Linux-x86_64.sh -b -p /opt/miniconda3 && \
# rm Miniconda3-latest-Linux-x86_64.sh

RUN wget https://bio3d.colorado.edu/imod/AMD64-RHEL5/imod_4.11.24_RHEL7-64_CUDA10.1.sh && ls && \
yes | bash imod_4.11.24_RHEL7-64_CUDA10.1.sh -name IMOD && \
rm imod_4.11.24_RHEL7-64_CUDA10.1.sh
COPY --link IMOD /usr/local/IMOD

ADD config/singularity/ctffind /usr/local/

ENV PATH=$PATH:/opt/miniconda3/bin
ENV IMOD_DIR=/usr/local/IMOD
ENV PATH=$PATH:/opt/miniforge3/bin:/usr/local/IMOD/bin
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/IMOD/lib

# RUN conda update -y conda && \
# yes | conda install python=3.9 && \
Expand Down
4 changes: 2 additions & 2 deletions Docker/Dockerfile-smartscope
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM smartscope-base-test
FROM 20241029-base

ARG VERSION='0.8-rc.2'
ARG BRANCH='stable'
Expand Down Expand Up @@ -47,7 +47,7 @@ ENV PATH=$PATH:/opt/smartscope/Smartscope/bin:/usr/local/IMOD/bin

COPY --link Template_files/ /opt/Template_files/
COPY --link ctffind /opt/
COPY --link miniconda3/ /opt/miniconda3/
COPY --link miniforge3/ /opt/miniforge3/
COPY smartscope/ /opt/smartscope/
COPY external_plugins/ /opt/external_plugins/
COPY Smartscope-connector /opt/Smartscope-connector/
Expand Down
Binary file removed SerialEM-python/.hg/00changelog.i
Binary file not shown.
1 change: 0 additions & 1 deletion SerialEM-python/.hg/branch

This file was deleted.

2 changes: 0 additions & 2 deletions SerialEM-python/.hg/cache/branch2-base

This file was deleted.

1 change: 0 additions & 1 deletion SerialEM-python/.hg/cache/rbc-names-v1

This file was deleted.

Binary file removed SerialEM-python/.hg/cache/rbc-revs-v1
Binary file not shown.
Binary file removed SerialEM-python/.hg/dirstate
Binary file not shown.
14 changes: 0 additions & 14 deletions SerialEM-python/.hg/hgrc

This file was deleted.

6 changes: 0 additions & 6 deletions SerialEM-python/.hg/requires

This file was deleted.

Binary file removed SerialEM-python/.hg/store/00changelog.i
Binary file not shown.
Binary file removed SerialEM-python/.hg/store/00manifest.i
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed SerialEM-python/.hg/store/data/_py_s_e_m_socket.h.i
Binary file not shown.
Binary file removed SerialEM-python/.hg/store/data/_python_plugin.cpp.i
Binary file not shown.
Binary file removed SerialEM-python/.hg/store/data/_python_plugin.def.i
Binary file not shown.
Binary file removed SerialEM-python/.hg/store/data/_python_plugin.rc.i
Binary file not shown.
Binary file removed SerialEM-python/.hg/store/data/_python_plugin.sln.i
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed SerialEM-python/.hg/store/data/_readme.txt.i
Binary file not shown.
Binary file removed SerialEM-python/.hg/store/data/_resource.h.i
Binary file not shown.
Binary file not shown.
Binary file removed SerialEM-python/.hg/store/data/buildall.bat.i
Binary file not shown.
Binary file removed SerialEM-python/.hg/store/data/buildmodules.i
Binary file not shown.
Binary file removed SerialEM-python/.hg/store/data/setup.py.i
Binary file not shown.
Binary file removed SerialEM-python/.hg/store/data/stdafx.cpp.i
Binary file not shown.
Binary file removed SerialEM-python/.hg/store/data/stdafx.h.i
Binary file not shown.
17 changes: 0 additions & 17 deletions SerialEM-python/.hg/store/fncache

This file was deleted.

Binary file removed SerialEM-python/.hg/store/undo
Binary file not shown.
Binary file removed SerialEM-python/.hg/store/undo.backupfiles
Binary file not shown.
Empty file removed SerialEM-python/.hg/undo.bookmarks
Empty file.
1 change: 0 additions & 1 deletion SerialEM-python/.hg/undo.branch

This file was deleted.

3 changes: 0 additions & 3 deletions SerialEM-python/.hg/undo.desc

This file was deleted.

Binary file removed SerialEM-python/.hg/undo.dirstate
Binary file not shown.
Empty file.
1 change: 0 additions & 1 deletion SerialEM-python/.hg/wcache/checklink

This file was deleted.

Empty file.
772 changes: 0 additions & 772 deletions SerialEM-python/MacroMasterList.h

This file was deleted.

Loading

0 comments on commit ee2cb89

Please sign in to comment.