diff --git a/Dockerfile b/Dockerfile index e6ca1d9df..ec6701f39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,11 +32,11 @@ RUN mamba init bash RUN mamba config --set always_yes yes --set changeps1 no RUN mamba update -q conda RUN mamba config --set auto_activate_base false -RUN mamba env create -f /sharpy_dir/utils/environment.yml && mamba clean -afy && \ - - find /mamba/ -follow -type f -name '*.a' -delete && \ - find /mamba/ -follow -type f -name '*.pyc' -delete && \ - find /mamba/ -follow -type f -name '*.js.map' -delete +RUN mamba env create -f /sharpy_dir/utils/environment.yml +#RUN mamba clean -afy +RUN find /mamba/ -follow -type f -name '*.a' -delete +RUN find /mamba/ -follow -type f -name '*.pyc' -delete +RUN find /mamba/ -follow -type f -name '*.js.map' -delete #COPY /utils/docker/* /root/ RUN ln -s /sharpy_dir/utils/docker/* /root/ diff --git a/lib/xbeam b/lib/xbeam index 50e4cad40..0ee9712ab 160000 --- a/lib/xbeam +++ b/lib/xbeam @@ -1 +1 @@ -Subproject commit 50e4cad4064ddac65d1444351c51f4d1a0bc4aba +Subproject commit 0ee9712ab3e3312642df284cd0648791ad72ef43