Skip to content

Commit 7559b3d

Browse files
committed
Update README about docker; Add .dockerignore
1 parent b56c7ba commit 7559b3d

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

.dockerignore

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.env
2+
_config.yml
3+
doc
4+
Dockerfile
5+
env
6+
.git
7+
.gitignore
8+
installpyaudio
9+
jarvis
10+
Makefile
11+
music
12+
NEW_FUNCTIONALITIES.md
13+
setup.sh
14+
test.sh
15+
.travis.yml
16+
**/*.pyc
17+
**/__pycache__
18+
jarviscli/data/nltk

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,22 @@ Creating a test is optionally but never a bad idea ;).
7474
```bash
7575
./test.sh
7676
```
77-
7877
## Optional Dependencies
7978

8079
- Any pyttsx3 text-to-speech engine (``sapi5, nsss or espeak``) for Jarvis to talk out loud (e.g. Ubuntu do ``sudo apt install espeak``)
8180
- Portaudio + python devel packages for voice control
8281
- ``notify-send`` on Linux if you want to recive *nice* and deskotp-notification instead of *ugly* popup windows (e.g. Ubuntu do ``sudo apt install libnotify-bin``)
8382
- ``ffmpeg`` if you want ``music`` to download songs as .mp3 instead .webm
8483

84+
## Docker
85+
86+
Run with docker (docker needs to be installed and running):
87+
88+
```
89+
[sudo] make build_docker
90+
[sudo] make run_docker
91+
```
92+
8593
## Authors
8694

8795
**sukeesh**

0 commit comments

Comments
 (0)