Spaces:
Runtime error
Runtime error
FROM silterra/diffdock-pocket | |
COPY . /app | |
WORKDIR /app | |
EXPOSE 8501 | |
# Entrypoint script which activates conda environment | |
ENTRYPOINT ["/bin/micromamba", "run", "-n", "basic", "streamlit", "run", "app.py"] | |
# ENTRYPOINT ["./entrypoint.sh"] | |