Spaces:
Runtime error
Runtime error
# Use the same container for the HF-space that we compiled for general use | |
FROM silterra/diffdock-pocket-dev | |
USER $APPUSER | |
COPY --chown=$APPUSER:appgroup . /app | |
WORKDIR /app | |
EXPOSE 8501 | |
# Run streamlit app under conda environment | |
# ENTRYPOINT ["/bin/micromamba", "run", "-n", "diffdock-pocket", "streamlit", "run", "app.py"] | |
ENTRYPOINT ["./entrypoint.sh"] | |