-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Develop #1075
base: main
Are you sure you want to change the base?
Develop #1075
Conversation
@Heavy02011 - can you have a look at that? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest donkeycar release (5.x) requires python 3.9.x, so we should change the base image in the Dockerfile. Also there have been significant changes to how donkeycar is installed; there is no longer a setup.py. See https://docs.donkeycar.com/guide/host_pc/setup_ubuntu/#developer-install
@@ -0,0 +1,9 @@ | |||
version: '3.8' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version: '3.8' | |
version: '3.9' |
build: . | ||
ports: | ||
- "8887:8887" | ||
- "8888:8888" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- "8888:8888" | |
- "8888:8888" | |
Add docker compose feature and update dockerfile with command RUN mkdir notebooks