Closed LONNIESAN closed 1 year ago
ParlAI image is using a Conda environment. You need to make sure you are in that conda environment.
hi, can you give me some command to enter the conda environment
I actually tried sshing into a running container and had no issue with that. It looks like the conda environment gets activated by default. Here are my steps:
docker run -it ghcr.io/facebookresearch/parlai:latest bash
docker exec -it <YOUR CONTAINER ID> bash
.After 2, I was able to find parlai and run it directly.
yes, i find that the reason is for env variable
This issue has not had activity in 30 days. Please feel free to reopen if you have more issues. You may apply the "never-stale" tag to prevent this from happening.
Bug description Please enter a clear and concise description of what the bug is.
Reproduction steps Enter steps to reproduce the behavior.
Expected behavior Give a clear and concise description of what you expected to happen.
Logs Please paste the command line output:
Additional context Add any other context about the problem here. (like proxy settings, network setup, overall goals, etc.)