Skip to content
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

Appendix A : missing docker-compose.yml #38

Open
khtan opened this issue Oct 3, 2019 · 7 comments
Open

Appendix A : missing docker-compose.yml #38

khtan opened this issue Oct 3, 2019 · 7 comments

Comments

@khtan
Copy link

khtan commented Oct 3, 2019

The Jupyter notebook for Appendix A indicates that after the git clone, there should be a file "docker-compose.yml" that can be used in the step "docker-compose up". However this file is missing in the 3rd edition.

@Flybell
Copy link

Flybell commented Nov 17, 2019

Same problem here.

@borysterlecki
Copy link

Same issue...

@nekitkee
Copy link

nekitkee commented Feb 4, 2020

same.........

@mmnewmedia
Copy link

same here. no answers? can I find it somewhere else and add it manually?

@duadox
Copy link

duadox commented Aug 20, 2020

The same here. In my case the Dockerfile was also missing. I could not find either the yaml file or the Dockerfile in any of the mtsw3e folders I downloaded.

Finally, I did copy+paste of the Dockerfile contents in the version that's in Github.

I still have no idea where to find the docker-compose.yml file.

@ghost
Copy link

ghost commented Jun 25, 2021

I found the required files - matplotlibrc, Dockerfile and docker-compose.yml - in the git history. They were deleted at some point.

To recover them you can use

for file in matplotlibrc Dockerfile docker-compose.yml; do
    git checkout $(git rev-list -n 1 HEAD -- "$file")^ -- "$file"
done

Afterwards, docker-compose up works to a certain extent, but it still throws errors. But it's a first step.

@Enis2Society
Copy link

Still no solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants