try ai
This commit is contained in:
8
groq/Dockerfile
Normal file
8
groq/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3.11
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY rpc_sync_checker.py /app/
|
||||
RUN pip install groq
|
||||
|
||||
CMD ["python", "/app/rpc_sync_checker.py"]
|
||||
Reference in New Issue
Block a user