Skip to content

Commit 94eb827

Browse files
committed
need some extra dependencies
1 parent 7946866 commit 94eb827

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfiles/murfey-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN apt-get update && \
3838
importlib-metadata \
3939
psycopg2-binary \
4040
&& \
41-
/venv/bin/python -m pip install /python-murfey[server] && \
41+
/venv/bin/python -m pip install /python-murfey[server,sxt] && \
4242
if [ ! -f /python-murfey/installers/${IMOD_INSTALLER} ]; then \
4343
echo "IMOD installer not found; downloading..."; \
4444
curl https://bio3d.colorado.edu/imod/AMD64-RHEL5/${IMOD_INSTALLER} > /python-murfey/installers/${IMOD_INSTALLER}; \

0 commit comments

Comments
 (0)