Spaces:
Running
Running
Upload Dockerfile
Browse files- 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/
|
| 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
|