sparkleman commited on
Commit
894e840
·
1 Parent(s): 235bbc4
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -49,4 +49,6 @@ COPY --chown=user --from=FrontendBuilder /app/dist $HOME/app/dist-frontend
49
 
50
  RUN uv sync --frozen --extra cu124
51
 
 
 
52
  CMD ["uv","run","app.py","--config_file","./config.production.yaml"]
 
49
 
50
  RUN uv sync --frozen --extra cu124
51
 
52
+ ENV CXX=g++
53
+
54
  CMD ["uv","run","app.py","--config_file","./config.production.yaml"]