Spaces:
Paused
Paused
Upload dockerignore.txt
#39
by deleted - opened
- NeuerOrdner/dockerignore.txt +17 -0
NeuerOrdner/dockerignore.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.git
|
| 2 |
+
.npm
|
| 3 |
+
.dockerignore
|
| 4 |
+
.pytest_cache
|
| 5 |
+
.cache
|
| 6 |
+
.local
|
| 7 |
+
.github
|
| 8 |
+
.nv
|
| 9 |
+
.benchmarks
|
| 10 |
+
.bash_history
|
| 11 |
+
.gitignore
|
| 12 |
+
h2ogpt.egg-info
|
| 13 |
+
venv
|
| 14 |
+
build
|
| 15 |
+
dist
|
| 16 |
+
prebuilt_deps
|
| 17 |
+
Dockerfile
|