Former-commit-id: 604e012321
pull/47/head 1.1.5
Kye 1 year ago
parent 27acb91b80
commit 749a46d1f5

@ -141,7 +141,7 @@ For documentation, go here, [the docs folder in the root diectory](docs)
-----
# 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

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

Loading…
Cancel
Save