-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
New Docker development environment #7
base: master
Are you sure you want to change the base?
Conversation
…ing the correct CORS policy to be set
…into portml * 'portml' of https://github.com/openml/openml-docker-dev: Removed quotation marks in http.cors.allow-headers: which are preventing the correct CORS policy to be set
…sword from docker-compose.yml
…ations and data volumes are created for docker and can be used in AWS
…tructure in this folder
New website is now copied from external folder in order to quickly change front-end using docker-compose args variable -sourceDirectory
…s to limit further configuration leaks
…be erased by Slack also updated the AWS template and Dockerfile
Are you planning to include MinIO in this docker image as well? |
For context: when requesting datasets, the API gives links to parquet files which (currently) depend on a minio service. |
Comments regarding MinIO: This is something we did not consider at the moment of this PR. But have been looking at it more recently. It would be great to have a small meeting to discuss how MinIO is used in the production environment for OpenML, based on that we can then implement it for the docker env and for PortML. |
No description provided.