Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
braindao
/
human-eval-for-solidity
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a4ea022
human-eval-for-solidity
/
run-local.sh
brunneis
Add script to launch the server locally
432635b
unverified
4 months ago
raw
Copy download link
history
blame
Safe
161 Bytes
#!/bin/bash
# Remove the existing Docker container if it exists
docker
rm
-f hess ||
true
docker build -t hess .
docker run --name hess --
rm
-p 63958:63958 hess