mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-03-31 07:49:11 +02:00
fix: rename to FuzzForge AI and fix new-user onboarding issues
This commit is contained in:
@@ -18,8 +18,8 @@ WORKDIR /app
|
||||
# Create FuzzForge standard directories
|
||||
RUN mkdir -p /fuzzforge/input /fuzzforge/output
|
||||
|
||||
# Copy wheels directory (built by parent Makefile)
|
||||
COPY .wheels /wheels
|
||||
# Create wheels directory (populated with pre-built wheels when available)
|
||||
RUN mkdir -p /wheels
|
||||
|
||||
# Set up uv for the container
|
||||
ENV UV_SYSTEM_PYTHON=1
|
||||
|
||||
Reference in New Issue
Block a user