File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5
5
6
6
variables :
7
7
APP_NAME : " xtreme1"
8
- APP_VERSION : " 0.7.1 "
8
+ APP_VERSION : " 0.7.2 "
9
9
10
10
FRONTEND_PACKAGE_DIR : " dist"
11
11
BACKEND_PACKAGE_NAME : " ${APP_NAME}-backend-${APP_VERSION}-SNAPSHOT.jar"
Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
2
<img width =" 386 " alt =" Xtreme1 logo " src =" https://user-images.githubusercontent.com/84139543/190300943-98da7d5c-bd67-4074-a94f-b7405d29fb90.png " >
3
3
4
- ![ ] ( https://img.shields.io/badge/Release-v0.7.1 -green )
4
+ ![ ] ( https://img.shields.io/badge/Release-v0.7.2 -green )
5
5
![ ] ( https://img.shields.io/badge/License-Apache%202.0-blueviolet )
6
6
[ ![ Slack] ( https://img.shields.io/badge/Join-Slack-orange.svg?logo=slack )] ( https://join.slack.com/t/xtreme1group/shared_invite/zt-1jhk36uzr-NpdpYXeQAEHN6rYJy5_6pg )
7
7
[ ![ Twitter] ( https://img.shields.io/badge/Follow-Twitter-blue )] ( https://twitter.com/Xtreme1io )
@@ -59,8 +59,8 @@ Image Data Curation (Visualizing & Debug) - [MobileNetV3](https://github.com/xi
59
59
Download the latest release package and unzip it.
60
60
61
61
``` bash
62
- wget https://github.com/xtreme1-io/xtreme1/releases/download/v0.7.1 /xtreme1-v0.7.1 .zip
63
- unzip -d xtreme1-v0.7.1 xtreme1-v0.7.1 .zip
62
+ wget https://github.com/xtreme1-io/xtreme1/releases/download/v0.7.2 /xtreme1-v0.7.2 .zip
63
+ unzip -d xtreme1-v0.7.2 xtreme1-v0.7.2 .zip
64
64
```
65
65
66
66
## Start all services
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt update && \
9
9
apt install -y iputils-ping curl wget netcat python3 python3-pip git
10
10
RUN pip3 install --upgrade --force-reinstall git+https://github.com/xtreme1-io/xtreme1-sdk.git@d0cf4cc
11
11
WORKDIR /app
12
- COPY --from=build /build/target/xtreme1-backend-0.7.1 -SNAPSHOT.jar ./app.jar
12
+ COPY --from=build /build/target/xtreme1-backend-0.7.2 -SNAPSHOT.jar ./app.jar
13
13
RUN mkdir -p config
14
14
RUN wget 'https://basicai-asset.s3.us-west-2.amazonaws.com/xtreme1/xtreme1-lidar-fusion-trial.zip' -O xtreme1-lidar-fusion-trial.zip
15
15
RUN wget 'https://basicai-asset.s3.us-west-2.amazonaws.com/xtreme1/xtreme1-image-trial.zip' -O xtreme1-image-trial.zip
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ cd backend
92
92
mvn package
93
93
94
94
# Using local configuration to start application.
95
- java -Dspring.profiles.active=local -jar target/xtreme1-backend-0.7.1 -SNAPSHOT.jar
95
+ java -Dspring.profiles.active=local -jar target/xtreme1-backend-0.7.2 -SNAPSHOT.jar
96
96
```
97
97
98
98
Now you can access the backend service at ` http://localhost:8080/ ` .
Original file line number Diff line number Diff line change 13
13
14
14
<groupId >ai.basic</groupId >
15
15
<artifactId >xtreme1-backend</artifactId >
16
- <version >0.7.1 -SNAPSHOT</version >
16
+ <version >0.7.2 -SNAPSHOT</version >
17
17
<name >Xtreme1 Backend</name >
18
18
<description ></description >
19
19
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ services:
65
65
retries : 10
66
66
backend :
67
67
# By default, Compose will pull image from Docker Hub when no local image found.
68
- image : basicai/xtreme1-backend:v0.7.1
68
+ image : basicai/xtreme1-backend:v0.7.2
69
69
# Uncomment this line and comment previous line to build image locally, not pull from Docker Hub.
70
70
# build: ./backend
71
71
ports :
@@ -95,7 +95,7 @@ services:
95
95
condition : service_healthy
96
96
frontend :
97
97
# By default, Compose will pull image from Docker Hub when no local image found.
98
- image : basicai/xtreme1-frontend:v0.7.1
98
+ image : basicai/xtreme1-frontend:v0.7.2
99
99
# Uncomment this line and comment previous line to build image locally, not pull from Docker Hub.
100
100
# build: ./frontend
101
101
ports :
You can’t perform that action at this time.
0 commit comments