Update Dockerfile
Browse files- 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 /
|
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
|