Skip to content

Commit

Permalink
Freeze images tag
Browse files Browse the repository at this point in the history
Signed-off-by: NeuralChatBot <[email protected]>
  • Loading branch information
NeuralChatBot committed Aug 19, 2024
1 parent 1ad5847 commit 6b405dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DocSum/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

FROM langchain/langchain:latest
FROM langchain/langchain:0.1.0

RUN apt-get update -y && apt-get install -y --no-install-recommends --fix-missing \
libgl1-mesa-glx \
Expand Down
2 changes: 1 addition & 1 deletion FaqGen/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

FROM langchain/langchain:latest
FROM langchain/langchain:0.1.0


RUN apt-get update -y && apt-get install -y --no-install-recommends --fix-missing \
Expand Down
2 changes: 1 addition & 1 deletion Translation/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.


FROM langchain/langchain:latest
FROM langchain/langchain:0.1.0

RUN apt-get update -y && apt-get install -y --no-install-recommends --fix-missing \
libgl1-mesa-glx \
Expand Down

0 comments on commit 6b405dc

Please sign in to comment.