Blazgo commited on
Commit
b99b7b1
·
verified ·
1 Parent(s): fecb1e0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN pip install --upgrade pip
17
  RUN pip install git+https://github.com/bigscience-workshop/petals
18
 
19
  # Copy the Python script into the container
20
- COPY setup_petal_swarm.py /app/setup_petal_swarm.py
21
 
22
  # Expose the necessary port (31337 is the default port for Petals)
23
  EXPOSE 31337
 
17
  RUN pip install git+https://github.com/bigscience-workshop/petals
18
 
19
  # Copy the Python script into the container
20
+ COPY setup_petal_swarm.py /setup_petal_swarm.py
21
 
22
  # Expose the necessary port (31337 is the default port for Petals)
23
  EXPOSE 31337