Skip to content

richard-to/mesop-app-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title emoji colorFrom colorTo sdk pinned license app_port
Mesop App Runner
🦀
pink
yellow
docker
false
apache-2.0
8080

Mesop App Runner

The Mesop App Runner is used for running code generated by Mesop App Maker.

Usage

The Mesop App Runner uses Docker to avoid potentially destructive code changes.

It can be started using these commands:

docker stop mesop-app-runner;
docker rm mesop-app-runner;
docker build -t mesop-app-runner . && docker run --name mesop-app-runner \
  -e MESOP_APP_RUNNER_TOKEN=your-secret-token \
  -d -p 8080:8080 mesop-app-runner;

Hugging Face

If you want to test out the Mesop App Maker on Hugging Face, you will need to create your own instance of the Mesop App Runner.

You can do this by duplicating the Mesop App Runner on Hugging Face.

This can be done on the Mesop App Runner space like this:

duplicate-hf-space

Make sure to specify a MESOP_APP_RUNNER_TOKEN. This can be any random characters. It is needed to ensure that only people with the token can run Mesop code on your runner instance.

Screenshot 2024-08-25 at 2 49 36 PM

The URL will be something like https://<username>-<app-name>.hf.space.

You will need to provide this URL as the Runner URL on Mesop App Maker. You will also need to provide the runner token associated with your instance on Mesop App Maker.

Screenshot 2024-08-25 at 4 22 32 PM

About

Run generated code from Mesop App Maker.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published