Can someone please help me?
To use streamlit components,
Create a Docker container with node.js and python installed,
I would like to create a bi-directional component.
I was able to confirm that it works correctly using this template GitHub - streamlit/component-template: Templates and example code for creating Streamlit Components without using the docker container on the local PC.
I’m trying to make it work with AzureWebApps, so I’m trying to make it a docker container environment, but it’s not going well.
npm install not finding npm
react-scripts: Permission denied
An error such as the following occurs and the container does not start.
Can someone please point me to a Docker file that I can refer to?
Help me. . .