Skip to content

Commit b15729b

Browse files
authored
Remove the Dockerfile (#568)
Removing the Dockerfile because it is not maintained and not integrated in the CI.
1 parent 2530134 commit b15729b

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

Dockerfile

-18
This file was deleted.

README.md

-16
Original file line numberDiff line numberDiff line change
@@ -361,22 +361,6 @@ the [code snippets](#downloading-and-uploading-projects), and
361361

362362
Please visit the full documentation for a complete API reference.
363363

364-
## Using Docker
365-
366-
The Dockerfile can be used to run the package without having to install python on your
367-
machine.
368-
369-
First build the docker image
370-
``` sh
371-
docker build -t geti-sdk .
372-
```
373-
374-
then run it using,
375-
376-
``` sh
377-
docker run --rm -ti -v $(pwd):/app geti-sdk:latest /bin/bash
378-
```
379-
380364
# Supported features
381365
## What is supported
382366

0 commit comments

Comments
 (0)