Spaces:
Runtime error
Runtime error
Commit
·
782cd8e
1
Parent(s):
cabc6fa
update dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -31,7 +31,7 @@ RUN chmod +x /start.sh \
|
|
| 31 |
RUN curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
|
| 32 |
RUN echo "deb https://artifacts.elastic.co/packages/8.x/apt stable main" | tee -a /etc/apt/sources.list.d/elastic-8.x.list
|
| 33 |
RUN apt update
|
| 34 |
-
RUN apt -y install elasticsearch=8.5.
|
| 35 |
|
| 36 |
# Executing argilla along with elasticsearch
|
| 37 |
CMD /bin/bash /start.sh
|
|
|
|
| 31 |
RUN curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
|
| 32 |
RUN echo "deb https://artifacts.elastic.co/packages/8.x/apt stable main" | tee -a /etc/apt/sources.list.d/elastic-8.x.list
|
| 33 |
RUN apt update
|
| 34 |
+
RUN apt -y install elasticsearch=8.5.0
|
| 35 |
|
| 36 |
# Executing argilla along with elasticsearch
|
| 37 |
CMD /bin/bash /start.sh
|