VishalMysore commited on
Commit
c9fcc9c
·
verified ·
1 Parent(s): b6fc5ed

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /ai
7
  ARG VERSION=0.2.3
8
 
9
  # Download the JAR file using curl with the version variable
10
- RUN curl -L -o /ai/mcpdemo.jar https://github.com/vishalmysore/a2aClient/releases/download/release/a2aClient-${VERSION}.jar
11
 
12
  # Expose the port
13
  EXPOSE 7860
 
7
  ARG VERSION=0.2.3
8
 
9
  # Download the JAR file using curl with the version variable
10
+ RUN curl -L -o /ai/mcpdemo.jar https://github.com/vishalmysore/a2aClient/releases/download/hugginface/a2aClient-${VERSION}.jar
11
 
12
  # Expose the port
13
  EXPOSE 7860