Skip to content

Commit

Permalink
move old files fix opencv
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed Nov 28, 2023
1 parent d9328dc commit 212cf44
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ REPOSITORY_LABEL = "ML Pieces Repository"

# The version of this Pieces release
# Attention: changing this will create a new release
VERSION = "0.2.0"

VERSION = "0.2.0"
4 changes: 4 additions & 0 deletions dependencies/Dockerfile_opencv
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Use the base image
FROM ghcr.io/tauffer-consulting/domino-base-piece:latest

COPY config.toml domino/pieces_repository/
COPY pieces domino/pieces_repository/pieces
COPY .domino domino/pieces_repository/.domino

RUN apt-get update && \
apt-get install -y \
python3-dev \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 212cf44

Please sign in to comment.