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

htmap 0.6.1 docker requirment #251

Open
TheKushIsGood opened this issue Jul 20, 2023 · 1 comment
Open

htmap 0.6.1 docker requirment #251

TheKushIsGood opened this issue Jul 20, 2023 · 1 comment

Comments

@TheKushIsGood
Copy link

Using pip htmap 0.6.1 when I submit a job

m = htmap.map(double,range(40))
doubled=list(n)
print(doubled)

The jobs get submitted by its looking for Docker?
Requirements have TARGET.HasDocker.

How can I get rid of it?

@TheKushIsGood TheKushIsGood added the bug Something isn't working label Jul 20, 2023
@matyasselmeci
Copy link
Collaborator

The HTMap libraries and their dependencies need to be available on the execute machines in order for your maps to be able to run. There are multiple options for how those dependencies can be installed -- see the dependency management page for details.

The default dependency management method is "docker" meaning that Docker has to be available at the execute side, hence the HasDocker requirement. If you choose one of the other delivery methods, you will not need Docker.

@matyasselmeci matyasselmeci removed the bug Something isn't working label Jul 21, 2023
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

2 participants