Open kasiprasad opened 7 months ago
not sure whether all of the Dockerfile
's or just dev
and full
should be updated to include rsync
in the list of packages installed using apt-get
but simply adding rsync
to the list and rebuilding the devcontainer fixes the issue.
Thanks for pointing this out @kasiprasad . Adding rsync to the package requirements is a good starting point. It might be even better to figure out build commands that work ootb with most environments (rsync is only used to copy the built UI into the python package.)
Describe the issue
Can't build
samples/apps/autogenstudio/frontend
- missingrsync
.Followed the instructions in
samples/apps/autogenstudio
but frontend build seems to requirersync
to complete successfully now.From
package.json
Steps to reproduce
Navigate to the
samples/apps/autogen-studio/frontend
directory, install dependencies, and build the UI:Build fails, rsync is not installed in the devcontainer.
Screenshots and logs
Additional Information
No response