-
Notifications
You must be signed in to change notification settings - Fork 985
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
cygpath: not found
in linux
#10487
Open
Labels
bug
Something isn't working
Comments
\cc @Gankra for when you have time |
Do you know what the base image for public.ecr.aws/p3v4g4o2/reflex-cloud-base:v0.0.7-py3.12 is? |
This line did change in #10397, before:
after
|
I reproduced with some debug output
|
I reverted this in #10497, but I'll keep this open. |
I believe it's python:3.12-slim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Regression in
0.5.17
I cannot particularly replicate this easily (happens inside of the docker build step). As far as I tested,
$OSTYPE
islinux-gnu
.The relevant code is:
I don't see how it can reach the second file without cygpath not being available.
Docker file:
The text was updated successfully, but these errors were encountered: