Skip to content
Snippets Groups Projects
Commit fdedaf35 authored by Prema Soundararajan's avatar Prema Soundararajan
Browse files

update

parent cae3d2cc
No related branches found
No related tags found
No related merge requests found
# Use an official Python runtime as a parent image
FROM python:3.8-slim
FROM python:3.10
# Set the working directory in the container
WORKDIR /app
......@@ -15,7 +15,7 @@ WORKDIR /app/DeepLabCut
# Create a virtual environment and activate it
RUN python3 -m venv venv
RUN pip install --upgrade pip
# Install dependencies
RUN /bin/bash -c "source venv/bin/activate && pip install -r requirements.txt && pip install .[gui]"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment