From f2d3e313417aa39f6876149f499f583c118c3604 Mon Sep 17 00:00:00 2001 From: Thomas Pengo Date: Wed, 31 Jul 2024 09:22:32 -0500 Subject: [PATCH] Update Dockerfile to include the nuclei PSF --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3d83a86..7e30630 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ RUN cd /sim-app && cmake . -D INC_QHULL=/usr/include/qhull RUN cd /sim-app && LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu make install COPY psf/zmenseny.ics /usr/local/psf/zmenseny.ics +COPY psf/PSF_widefield_0.75NA_1.0ri_300nm_1400nm.tif /usr/local/psf/PSF_widefield_0.75NA_1.0ri_300nm_1400nm.tif ENV LD_LIBRARY_PATH=/usr/local/lib