Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -48,7 +48,7 @@ RUN \
|
|
| 48 |
# COPY . ./
|
| 49 |
|
| 50 |
ADD launch.sh launch.sh
|
| 51 |
-
RUN curl -JLO https://github.com/bincooo/SillyTavern-Docker/releases/download/v1.0.
|
| 52 |
RUN chmod +x launch.sh && chmod +x git-batch && ./git-batch -h
|
| 53 |
|
| 54 |
RUN \
|
|
|
|
| 48 |
# COPY . ./
|
| 49 |
|
| 50 |
ADD launch.sh launch.sh
|
| 51 |
+
RUN curl -JLO https://github.com/bincooo/SillyTavern-Docker/releases/download/v1.0.1/git-batch
|
| 52 |
RUN chmod +x launch.sh && chmod +x git-batch && ./git-batch -h
|
| 53 |
|
| 54 |
RUN \
|