-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
hey @s-celles Getting this error on workspace creation: |
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. |
@s-celles any updates on this? Did you manage to get around the issue? |
@Tpuljak this PR works on codespaces but not locally on Daytona. I think it's another architecture issue (x84-arm64). ![]() |
Sorry but I can't investigate because I simply did on a "fresh" daytona install
and it works. |
@s-celles I managed to make it run; the issue was I used an x86-based image where i specified a standard Ubuntu x86 image in my Dockerfile as such: you can look at my code here: https://github.com/mojafa/sample-prolog ![]() |
@s-celles please sign your commit, fails DCO check |
@Tpuljak PR works well. |
7249433
to
735eb03
Compare
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]>
Signed-off-by: s-celles <[email protected]>
Related daytonaio/daytona#1737 |
Related daytonaio/daytona#1526