Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save unicomp21/047236ec0526ba65d65f8c11d4864393 to your computer and use it in GitHub Desktop.
Save unicomp21/047236ec0526ba65d65f8c11d4864393 to your computer and use it in GitHub Desktop.
Building Google Filament w/ a Dockerfile
This is what I use to routinely check the webgl build for filament.
@unicomp21
Copy link
Author

#build.sh

sudo docker build -t filament:001 --file Dockerfile ../../

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment