-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typo in the Dockerfile #595
Comments
Merged
Hi @BALMASPhilippe and @amrit110 |
aravind-h-v
pushed a commit
to aravind-h-v/mmsegmentation
that referenced
this issue
Mar 27, 2023
replace `dropout_prob` by `dropout` in `vae`
sibozhang
pushed a commit
to sibozhang/mmsegmentation
that referenced
this issue
Mar 22, 2024
* draft of tam block * draft of TANet * fix linting * add unittest for tam * add TAM to models/__init__.py * add config file and unittest for tanet * fix tam bug * update tam * fix __init__ * rename config * fix tsm_optimizer bug * add sth * fix tanet config * modify workers * update tanet config * fix typo * add recognizer2d unittest * update accroding comment * add readme of tanet * add url
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for your error report and we appreciate it a lot.
Checklist
Describe the bug
In the Dockerfile, there is a typo : line 19: "RUN git clone https://github.com/open-mmlab/mmsegmenation.git /mmsegmentation" should be replaced by "RUN git clone https://github.com/open-mmlab/mmsegmentation.git /mmsegmentation" (a "t" is missing in "/segmenation.git")
Reproduction
docker build -t mmseg .
Did you make any modifications on the code or config? Did you understand what you have modified?
What dataset did you use?
Please run
python mmseg/utils/collect_env.py
to collect necessary environment infomation and paste it here.You may add addition that may be helpful for locating the problem, such as
$PATH
,$LD_LIBRARY_PATH
,$PYTHONPATH
, etc.)If applicable, paste the error trackback here.
"remote: Repository not found.
fatal: repository 'https://github.com/open-mmlab/mmsegmenation.git/' not found"
If you have already identified the reason, you can provide the information here. If you are willing to create a PR to fix it, please also leave a comment here and that would be much appreciated!
The text was updated successfully, but these errors were encountered: