Thanks for the response! I made that change and it gave me a more helpful error message:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:346: starting container process caused "exec: \"streamlit\": executable file not found in $PATH": unknown.
ERRO[0001] error waiting for container: context canceled
I suppose this means that my conda
environment is not getting installed/activated properly. From what I understand, they can be tricky to configure with Docker. I’ll keep tinkering with it. Thank you!