pull/43/head
Kye 1 year ago
parent 52a77dc921
commit 604e012321

@ -141,7 +141,7 @@ For documentation, go here, [the docs folder in the root diectory](docs)
----- -----
# Docker Setup # Docker Setup
The docker file is located in the docker folder in the `infra` folder, [click here and navigate here in your environment](/infr) The docker file is located in the docker folder in the `infra` folder, [click here and navigate here in your environment](/infra/Docker)
* Build the Docker image * Build the Docker image

@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup( setup(
name = 'swarms', name = 'swarms',
packages = find_packages(exclude=[]), packages = find_packages(exclude=[]),
version = '1.1.4', version = '1.1.5',
license='MIT', license='MIT',
description = 'Swarms - Pytorch', description = 'Swarms - Pytorch',
author = 'Kye Gomez', author = 'Kye Gomez',

Loading…
Cancel
Save