jonathanjordan21 commited on
Commit
08f7a2f
·
verified ·
1 Parent(s): 973a20c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -20,10 +20,10 @@ RUN apt-get update && \
20
  apt-get install -y docker.io
21
 
22
  # Install Milvus standalone with the provided script
23
- RUN curl -sfL https://raw.githubusercontent.com/milvus-io/milvus/master/scripts/standalone_embed.sh -o standalone_embed.sh && \
24
- chmod +x standalone_embed.sh && \
25
- ./standalone_embed.sh install && \
26
- rm -f standalone_embed.sh
27
 
28
  # Expose the default Milvus port
29
  EXPOSE 19530
 
20
  apt-get install -y docker.io
21
 
22
  # Install Milvus standalone with the provided script
23
+ # RUN curl -sfL https://raw.githubusercontent.com/milvus-io/milvus/master/scripts/standalone_embed.sh -o standalone_embed.sh && \
24
+ # chmod +x standalone_embed.sh && \
25
+ # ./standalone_embed.sh install && \
26
+ # rm -f standalone_embed.sh
27
 
28
  # Expose the default Milvus port
29
  EXPOSE 19530