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

Feature 1 initial version #1

Merged
merged 6 commits into from
Jan 15, 2025

Conversation

s-celles
Copy link
Contributor

@s-celles s-celles commented Jan 9, 2025

@mojafa
Copy link

mojafa commented Jan 11, 2025

hey @s-celles Getting this error on workspace creation:
Screenshot 2025-01-09 at 23 54 39

@s-celles
Copy link
Contributor Author

s-celles commented Jan 11, 2025

I also encountered this error one time or two and after removing all my Docker images / Daytona config it was working. I haven't been able to see exactly what was wrong with this. But I ended up to a working configuration.

@mojafa
Copy link

mojafa commented Jan 14, 2025

@s-celles any updates on this? Did you manage to get around the issue?

@mojafa
Copy link

mojafa commented Jan 14, 2025

@Tpuljak this PR works on codespaces but not locally on Daytona. I think it's another architecture issue (x84-arm64).

Screenshot 2025-01-14 at 12 52 29

@s-celles
Copy link
Contributor Author

I don't know why

on my side

image

@Tpuljak
Copy link
Member

Tpuljak commented Jan 14, 2025

@s-celles I have the same error as @mojafa.

Can you please investigate that? Maybe the package indeed isn't available for ARM and another alternative exists.

@s-celles
Copy link
Contributor Author

s-celles commented Jan 14, 2025

Sorry but I can't investigate because

I simply did on a "fresh" daytona install

daytona serve
daytona create https://github.com/daytonaio/sample-prolog/pull/1

and it works.

@mojafa
Copy link

mojafa commented Jan 14, 2025

@s-celles I managed to make it run; the issue was gprolog isn’t available for our specific Ubuntu + CPU architecture combination (Jammy/arm64). On x86_64, gprolog exists in the standard Ubuntu repos, but for arm64 it isn’t there.

I used an x86-based image where i specified a standard Ubuntu x86 image in my Dockerfile as such:
FROM --platform=linux/amd64 ubuntu:22.04

you can look at my code here: https://github.com/mojafa/sample-prolog

Screenshot 2025-01-14 at 22 08 12

@mojafa
Copy link

mojafa commented Jan 15, 2025

@s-celles please sign your commit, fails DCO check

@mojafa
Copy link

mojafa commented Jan 15, 2025

@Tpuljak PR works well.
Screenshot 2025-01-15 at 11 44 48

@s-celles s-celles force-pushed the feature-1-initial-version branch from 7249433 to 735eb03 Compare January 15, 2025 08:58
Signed-off-by: s-celles <[email protected]>
Signed-off-by: s-celles <[email protected]>
Signed-off-by: s-celles <[email protected]>
Signed-off-by: s-celles <[email protected]>
Signed-off-by: s-celles <[email protected]>
@Tpuljak Tpuljak merged commit 371a82f into daytonaio:main Jan 15, 2025
1 check passed
@s-celles
Copy link
Contributor Author

Related daytonaio/daytona#1737

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

Successfully merging this pull request may close these issues.

3 participants