Skip to content

acceleratescience/diffusion-models-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPLv3 License Issues GitHub contributors GitHub pull requests PR's Welcome
GitHub stars GitHub watchers GitHub forks GitHub followers Twitter Follow


Table of Contents
  1. How to Run
  2. Prerequisites
  3. Contributing
  4. License

(back to top)

How to Run

You can simply copy the git repository and install the dependencies with pip in a virtual environment:

pip install -r requirements.txt

Or you can use Docker. Pull the image from the Accelerate Science Docker Hub repository:

docker pull acceleratescience/website-pages-template

To enter the container, run

docker run -it -p 8080:8080 website-pages-template /bin/bash

I suggest using the VSCode Remote - Containers extension to develop in the container. This will allow you to use the VSCode editor on your local machine while running the code in the container.

To serve locally, run

mkdocs serve

Prerequisites

ENTER PREREQUISITES HERE

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under a GNU GPL-3.0 License. See LICENSE for more information.

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published