Spaces:
Runtime error
Runtime error
metadata
title: AutoTrain Advanced
emoji: π
colorFrom: blue
colorTo: green
sdk: docker
pinned: true
hf_oauth: true
hf_oauth_scopes:
- read-repos
- write-repos
- manage-repos
- inference-api
license: mit
Decentralized Code Deployment
Overview
This project aims to provide a decentralized solution for code deployment using Docker. The infrastructure is designed to be flexible, scalable, and user-friendly.
Features
- SDK: Docker
- SDK Version: Latest
- Application File: app.py
Getting Started
Follow these steps to get your decentralized code deployment up and running.
Clone the Repository:
git clone https://github.com/KOSASIH/decentralized-code-deployment.git cd decentralized-code-deployment
Build and Run with Docker:
docker build -t decentralized-app . docker run -p 8080:8080 decentralized-app
Access the Application: Open your browser and go to http://localhost:8080.
Configuration
Customize the project by modifying the environment variables in the Docker configuration.
- HF_TOKEN: (Set your Hugging Face API token)
Contributing
Feel free to contribute by opening issues or submitting pull requests.
License
This project is licensed under the MIT License.
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference