If you use VS Code, run it in the integrated terminal:
- Create conda env:
conda create -n tf23 python=3.7 tensorflow=2.3
- Activate conda env
conda activate tf23
- run
conda install -n tf23 ipykernel --update-deps --force-reinstall
- Install requirements
pip install -r requirements.txt
- run
docker build -t dspro2-frontend .
- run
docker run --name dspro2-frontend -p 8501:8501 dspro2-frontend
- open http://localhost:8501