Update entrypoint.sh.template
Browse files- entrypoint.sh.template +1 -1
entrypoint.sh.template
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
| 3 |
-
# Start the local Mongo database
|
| 4 |
mongod &
|
| 5 |
|
| 6 |
# Start the text-generation-inference process
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
| 3 |
+
# Start the local Mongo database 1
|
| 4 |
mongod &
|
| 5 |
|
| 6 |
# Start the text-generation-inference process
|