I\'m using docker to execute a command when starting the container but seems the environment variable did not get from the .bashrc file, please give me some advice. thanks <
Try to start docker compose with command:
PYTHONPATH="$PYTHONPATH:/models/research:/models/research/slim" docker-compose up -d