Skip to content

Commit 6ff5623

Browse files
committed
Rename web apps and dockerfile targets
1 parent 1596c08 commit 6ff5623

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

web-apps/image-analysis/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.11-slim
22

3-
ARG DIR=image-interface
3+
ARG DIR=image-analysis
44

55
COPY $DIR/requirements.txt requirements.txt
66
COPY utils utils

web-apps/basic-chat/Dockerfile renamed to web-apps/text-chat/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.11-slim
22

3-
ARG DIR=chat-interface
3+
ARG DIR=text-chat
44

55
COPY $DIR/requirements.txt requirements.txt
66
COPY utils utils
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)