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

Docker Image to run Enso as a script #10625

Closed
jdunkerley opened this issue Jul 22, 2024 · 4 comments
Closed

Docker Image to run Enso as a script #10625

jdunkerley opened this issue Jul 22, 2024 · 4 comments
Assignees
Labels
-compiler l-cloud-integration Enso Cloud integration work p-highest Should be completed ASAP x-new-feature Type: new feature request

Comments

@jdunkerley
Copy link
Member

For running the project asynchronously want a docker image which runs the Enso executable.

Any warnings and errors produced in main should be logged to the console.

@jdunkerley jdunkerley added x-new-feature Type: new feature request -compiler l-cloud-integration Enso Cloud integration work labels Jul 22, 2024
@JaroslavTulach JaroslavTulach added the p-highest Should be completed ASAP label Jul 23, 2024
@hubertp
Copy link
Contributor

hubertp commented Jul 28, 2024

Re warnings - first we need to get them outside of docker #9749

@hubertp
Copy link
Contributor

hubertp commented Jul 28, 2024

This works out of the box:

docker run -v <host-project-path>:/volumes/workspace/project_root -t <build-tag> --execution-environment live --run /volumes/workspace/project_root

@jdunkerley jdunkerley added this to the 2024-08 Release milestone Jul 31, 2024
@hubertp
Copy link
Contributor

hubertp commented Aug 19, 2024

@PabloBuchu This worked for you?

@hubertp
Copy link
Contributor

hubertp commented Sep 4, 2024

This has been done and worked.

@hubertp hubertp closed this as completed Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-compiler l-cloud-integration Enso Cloud integration work p-highest Should be completed ASAP x-new-feature Type: new feature request
Projects
Status: 🟢 Accepted
Development

No branches or pull requests

3 participants